We closed this forum 18 June 2010. It has served us well since 2005 as the ALPHA forum did before it from 2002 to 2005. New discussions are ongoing at the new URL http://forum.processing.org. You'll need to sign up and get a new user account. We're sorry about that inconvenience, but we think it's better in the long run. The content on this forum will remain online.
IndexProgramming Questions & HelpOther Libraries › exporting as an applet with libraries
Page Index Toggle Pages: 1
exporting as an applet with libraries (Read 1408 times)
exporting as an applet with libraries
Jun 16th, 2010, 11:52am
 
I recently published an applet for an processing sketch, and everything worked fine.  I then found I had to add a couple buttons to the sketch, which required me to import the interfascia gui library.  I did so, everything worked fine and i re-exported as both an applet and an application.  The application works fine, but when I try to run the core.jar applet, it gives me an error.  The console error says that "java.lang.NoClassDefFoundError: processing/core/PApplet".  Other posts have said that all I have to do is sign my applets, but I signed all three applets (the library .jar, the main .jar, and the core .jar) and it still does not work.

Any help would be appreciated. (and let me know if it would be helpful to post my code)
Page Index Toggle Pages: 1