make sure 'swingall.jar' file is in your CLASSPATH
-----Original Message-----
From: Ahmet G|ne~ [mailto:[EMAIL PROTECTED]]
Sent: Tuesday, October 26, 1999 2:35 AM
To: [EMAIL PROTECTED]
Subject: APPLET DOES NOT RUN IN WIN2000'S IE5
Hi all,
My question is about SWING.
I wrote a simple swing code, and tried to view it with IE5.
But I got an error like "lang. ......... class not found" (sorry for not
remembering the exact error)
But with appletviewer it runs without any error.
my simple code is as follows
// MySwing.java
public class MySwing extends Applet
{
public void init()
{
JButton button;
button = new JButton("Click");
add(button);
}
}
Thanks for your help...
___________________________________________________________________________
To unsubscribe, send email to [EMAIL PROTECTED] and include in the body
of the message "signoff SERVLET-INTEREST".
Archives: http://archives.java.sun.com/archives/servlet-interest.html
Resources: http://java.sun.com/products/servlet/external-resources.html
LISTSERV Help: http://www.lsoft.com/manuals/user/user.html
