images not accesible while running expoted applet in browser by processing 2

edited November 2013 in Using Processing

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

This discussion has been closed.