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

swing classes in a browser

Status
Not open for further replies.

jdjuanci

Programmer
Jun 30, 2001
4
ES
Hi all.

I'm trying to execute ex.class, (which extends JApplet) but I get "class ex not found". Any class that extends JApplet, JFrame, ... (swing classes) returns the same error.

I'm using IExplorer 5.5, JavaPlug-in 1.3.1

What's wrong?


 
Did you create the applet with an <applet> tag? If so, you don't invoke the Plugin but the standard JVM of IE5.5 which is only 1.1...

See for the HTML converter and documentation Sun has made on this.

Post if this does not solve your problem...
allow thyself to be the spark that lights the fire
haslo@haslo.ch - www.haslo.ch​
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top