The Artima Developer Community
Sponsored Link

Java Answers Forum
javax.swing.JApplet - class not found error

1 reply on 1 page. Most recent reply: Apr 8, 2002 4:05 PM by Thomas SMETS

Welcome Guest
  Sign In

Go back to the topic listing  Back to Topic List Click to reply to this topic  Reply to this Topic Click to search messages in this forum  Search Forum Click for a threaded view of the topic  Threaded View   
Previous Topic   Next Topic
Flat View: This topic has 1 reply on 1 page
Julie

Posts: 13
Nickname: champ
Registered: Mar, 2002

javax.swing.JApplet - class not found error Posted: Apr 7, 2002 1:41 PM
Reply to this message Reply
Advertisement
The Java Console reads: java.lang.ClassNotFoundException: javax.swing.JApplet
when I try to load an applet into my browser...what can I do?


Thomas SMETS

Posts: 307
Nickname: tsmets
Registered: Apr, 2002

Re: javax.swing.JApplet - class not found error Posted: Apr 8, 2002 4:05 PM
Reply to this message Reply
Well obviously !

You need to use the AppletViewer or install a plug-in or defined yr JApplet an Object (in the HTML sense) & have the Browser using the plugin (still).

You should consider about using a proper Swing application, instead.

Applet are completely useless unless you involve a lot of Customization !

Thomas,

Flat View: This topic has 1 reply on 1 page
Topic: Time zone Previous Topic   Next Topic Topic: How do i prevent [] from appearing in output when reading vector data?

Sponsored Links



Google
  Web Artima.com   

Copyright © 1996-2019 Artima, Inc. All Rights Reserved. - Privacy Policy - Terms of Use