 | Applets work and dont work..... Hi everyone,
just installed JAVA SDK/RE Version 1.4.2_06 (build 1.4.2_06-b03) uninstalled 1.3.1 first.
PROBLEM:::: When I visit »java.sun.com/docs/books/tutorial···threads/ The applets load perfectly and run!
HOWEVER... When I download and unzip the contents of the Java.sun.com tutorial found on
»java.sun.com/docs/books/tutorial···oad.html
those same applets WONT RUN on my machine. I get a grey box instead ?
Java console gives the following error:
>>>>>>>>>>>> java.lang.NoClassDefFoundError: SortItem$MyAdapter at SortItem.init(SortItem.java:111) at sun.applet.AppletPanel.run(Unknown Source) at java.lang.Thread.run(Unknown Source) java.lang.NoClassDefFoundError: SortItem$MyAdapter at SortItem.init(SortItem.java:111) at sun.applet.AppletPanel.run(Unknown Source) at java.lang.Thread.run(Unknown Source) java.lang.NoClassDefFoundError: SortItem$MyAdapter at SortItem.init(SortItem.java:111) at sun.applet.AppletPanel.run(Unknown Source) at java.lang.Thread.run(Unknown Source) >>>>>>>>>>>>
No other applets are working int the downloaded tutorial?
Do I need to set paths or is my install screwed? Please help? |