Call PApplet from jsp
in
Integration and Hardware
•
8 months ago
Greetings
I have created a sketch that runs and gives me the .jar file to use.
After that I call it from my jsp in order to view it in the browser with the
<applet code="org.me.sun.Sun_2D" archive="Sun_2D_Applet.jar" width="600" height="480"/></applet>
however I get a NoClassDefFoundError processing/core/PApplet.
I am using netbeans and have already imported the core library in the project and the applet in the war content packaging as netbeans states in their tutorial. I can view the tutorials applet in the browser.
Can anyone help me?
Thanks in advance.
1