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 Chris Miller on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Hot Java & IE6 cannot load classes

Status
Not open for further replies.

activethistle

Technical User
Apr 3, 2001
95
GB
Mission: to teach myself Java...
and this is what happens...

I have just installed "j2sdk-1_4_0-beta2-win.exe" which sets up JDE and the Plugin for IE6. When I try to view a local applet in IE6 and for that matter HotJava, the status bar tells me "class foo not found" ! I've checked the cases but no change.

External(web) applets work fine.
The applet viewer works fine.

Any ideas?

Incidentally the message received from HotJava is this:

HelloWorld: class not loaded: file:/java/HelloWorld.class:


java.lang.ClassNotFoundException: HelloWorld: class not loaded: file:/java/HelloWorld.class

at sunw.hotjava.applet.BasicAppletManager.loadCode(BasicAppletManager.java:341)

at sunw.hotjava.applet.BasicAppletManager.createApplet(BasicAppletManager.java:241)

at sunw.hotjava.applet.BrowserAppletManager.createApplet(BrowserAppletManager.java:109)

at sunw.hotjava.applet.AppletPanel.runLoader(AppletPanel.java:480)

at sunw.hotjava.applet.AppletPanel.processEvent(AppletPanel.java:338)

at sunw.hotjava.applet.AppletPanel.run(AppletPanel.java:323)

at java.lang.Thread.run(Thread.java:466)



TVMIA Active
::)


 
Why are you trying to use IE? Use Netscape or Opera. IE6 and Java just don't mix.

If you don't like that advice, than look to Sun, the creators of Java, for help! or or "and everything under the sun is in tune
but the sun is eclipsed by the moon." --Pink Floyd: Eclipse


"I'm going to spend eternity
reinstalling Windows." --Reinstalling Windows: by some British guy
 
I see your point about IE. But if I can't see it, what about the rest of the world. Besides the class wont load in HotJava either. Any ideas?

Active
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top