i-jetty
i-jetty copied to clipboard
Problem accessing db SqlLite
I'm trying to use the i-jetty on android device with a simple servlet that writes on a table sqllite what it receives from the get. Unfortunately, from the point of view of the servlet it seems everything is correct without errors, on logcat i find a java.lang.SecurityException from "DatabaseUtils" asking for permission INTERACT_ACROSS_USERS_FULL. There is a sample application for a webapp-jetty using sqllite? Thank you, congratulations for the work you are doing.
SQLDroid is a JDBC driver for Android's sqlite database. Maybe helpful. https://github.com/SQLDroid/SQLDroid