Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Westi on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Loading Applet using jsp

Status
Not open for further replies.

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
 
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?

 
Nevermind got it solved...
didnt copy the $x.class files
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top