Processing Forum
I'm stuck in the final stage of a project I've been working for the last weeks. I'm trying to get Processing to display a map I've made with TileMill, which is stored in a .mbtiles SQLite database. So far it has worked pretty fine running the app in the IDE, but when deploying the Applet in my website the DB isn't found. I believe it's because I'm trying to use a URL to get the DB.
I'm using Unfolding Maps. One of its classes uses the sqlitejdbc driver to get the DB. This is my code. If you take a look at the strings JDBC_CONN_STRING_TABLE and JDBC_CONN_STRING_TABLE, those are the ideal paths to connect to the DB. The local one works. The URL doesn't.
Which do you think would be the best way to access the database? Thanks!!