NoClassDefFoundError processing/core/PApplet
in
Integration and Hardware
•
10 months ago
Greetings
I am trying to create a processing applet and view it in a jsp
All the coding is done in netbeans
The applet runs on its own and
gives me the right output on the
processing pop up output
But when I call it like this from the jsp
<applet code="org.me.myProject" archive="My_Applet.jar" width="600" height="480"/></applet>
I get
NoClassDefFoundError processing/core/PApplet
Anyone that can help me?
Thanks in advance
1