Re: Problem running Java code

2001-01-07 Thread Benjamin Black
Kenward Vaughan wrote: Sorry for what may be a trivial ?? for the Java-folks, but I'm not one myself... yet. I DL'd a package called jchempaint for my chemistry classes which is a java app. I installed java-common and kaffe, believing that to be what was need to run the program. But when I tr

Re: Problem running Java code

2001-01-06 Thread D-Man
This exception says that the JVM couldn't find the class "javax/swing/JPanel". That class name looks like it is really a path for the class javax.swing.JPanel. You need to make sure that you have swing in your CLASSPATH (ex, get the swingall.jar file from sun's web page) or check with kaffe abou