Link to home
Start Free TrialLog in
Avatar of ps_pahwa
ps_pahwa

asked on

sWING pROBLEM

I developed a SWING applet known as my.java.
Compiled it to my.class
wrote a html my.html
all in 1 directory
BUT IN EXPLORER MSG: CLASS NOT FOUND
THOUGH WORKED IN APPLETVIEWER.
EXPLORER WAS IE-5

WHATS THE PROBLEM???PLUGIN??/
ASKER CERTIFIED SOLUTION
Avatar of Ovi
Ovi

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Avatar of ps_pahwa
ps_pahwa

ASKER

what do swingall.jar jar files contain because i am not able to find this file on my system
This swingall.jar contain all swing classes. In order to make your applet work in browser you must load this jar among with your applet code. Your applet is working in appletviewer, because you use the swing which come with your development system. Please provide me an email so I can ship you the jar, or if you don't have problems with connection speed via Internet, download yourself the Swing from www.javasoft.com. You will find the jar file in the "stand-alone" distribution of Swing.