Mar 8, 2004 #1 angktwap Technical User Apr 21, 2002 154 SG Hi, I have some problem loadin applet from jsp Can anyone show me where to get the steps in getting this done? thanks in advance angktwap
Hi, I have some problem loadin applet from jsp Can anyone show me where to get the steps in getting this done? thanks in advance angktwap
Mar 8, 2004 Thread starter #2 angktwap Technical User Apr 21, 2002 154 SG I got this error java.lang.NoClassDefFoundError: Applet2$1 at Applet2.init(Applet2.java:73) at sun.applet.AppletPanel.run(Unknown Source) at java.lang.Thread.run(Unknown Source) Does it mean that I need a Applet2$1.class Howw to do it? Upvote 0 Downvote
I got this error java.lang.NoClassDefFoundError: Applet2$1 at Applet2.init(Applet2.java:73) at sun.applet.AppletPanel.run(Unknown Source) at java.lang.Thread.run(Unknown Source) Does it mean that I need a Applet2$1.class Howw to do it?
Mar 8, 2004 Thread starter #3 angktwap Technical User Apr 21, 2002 154 SG Nevermind got it solved... didnt copy the $x.class files Upvote 0 Downvote