I have created an applet that uses swing classes, specifically, JApplet. I looked under the netscape directory structure and did not find a jar file for the swing classes so I copied swing.jar into the classes directory under netscape. I still get a no class def found error for javax/swing/JApplet. I also have IE but I don't know where it looks for the jar files so I couldn't copy the swing.jar under IE. It gets the same error in not finding javax/swing/JApplet. Maybe I am doing something else wrong but I can run the class from JBuilder and it produces the output I expect. Is using swing classes going to be a problem in rolling out and application that can be used on the more prevalent browsers???