We are about to switch to a new forum software. Until then we have removed the registration on this forum.
My processing code works fine in processing 2.0 But when ever I export it using applet exporter and signer tool it won't run in browser. It shows image not accessible error in java console. How to solve that? Pls help, its urgent
Answers
Quoting this: http://stackoverflow.com/questions/11832342/processing-exported-applet-not-working
When you export an applet, Processing creates an applet folder, but does not include the assets needed to run the app, or change the paths to the required files.
So you need to put in all the required files manually.
Not sure if this will help, as I haven't use the tool before.
-- MenteCode
When using the Applet Exporter and Signer tool any assets (e.g. image files) needed by the sketch must be placed inside a folder called data which should be inside the sketch folder.
I am closing this thread because the question has been duplicated in another thread