Hi everybody,
I'm using the unfolding library to visualize mbtiles, generated by TileMill. My Code is mainly inspired on this tutorial: http://tillnagel.com/2011/06/tilemill-for-processing/
My problem is, that I'm not able to export my program as applet! That means I am able to export the applet, but this applet is not working. So I guess there's any problem that I cannot see, because there is no debug window ;-)
I guess this problem is related to the sqllitejdbc. I don't exactly know where I have to save this *.jar.
In this tutorial: https://forum.processing.org/topic/unfolding-maps-streaming-tilemill-hack-howto The author writes "Simply put the .jar into a folder named "code" in the sketch root folder and you're set."
If I save it in a directory like that: ../processing_sketchfolder/code - it doesn't work
If I save it in the unfolding library directory: ../libraries/Unfolding/library - it works! This is my solution to make it running via processing-run. But is that the right solution?
Does anybody know this problem?
Thanks for advices in advance!
Cheers
Ralf
I'm using the unfolding library to visualize mbtiles, generated by TileMill. My Code is mainly inspired on this tutorial: http://tillnagel.com/2011/06/tilemill-for-processing/
My problem is, that I'm not able to export my program as applet! That means I am able to export the applet, but this applet is not working. So I guess there's any problem that I cannot see, because there is no debug window ;-)
I guess this problem is related to the sqllitejdbc. I don't exactly know where I have to save this *.jar.
In this tutorial: https://forum.processing.org/topic/unfolding-maps-streaming-tilemill-hack-howto The author writes "Simply put the .jar into a folder named "code" in the sketch root folder and you're set."
If I save it in a directory like that: ../processing_sketchfolder/code - it doesn't work
If I save it in the unfolding library directory: ../libraries/Unfolding/library - it works! This is my solution to make it running via processing-run. But is that the right solution?
Does anybody know this problem?
Thanks for advices in advance!
Cheers
Ralf
1