Re: Swing with ibm jdk 1.1.8

1999-11-09 Thread Daniel P. Zepeda
I think you have to set JAVA_HOME to /path/to/jdk118 Thus spake Pere Serra on Tue, 09 Nov 1999: > I've downloaded ibm jdk 1.1.8 and it works with text mode programs, but when I > try to run a swing application it doesn't work. I put the file rt.jar in the > classpath then java says Class not foun

Re: Swing with ibm jdk 1.1.8

1999-11-09 Thread Nathan Meyers
Pere Serra wrote: > > I've downloaded ibm jdk 1.1.8 and it works with text mode programs, but when I > try to run a swing application it doesn't work. I put the file rt.jar in the > classpath then java says Class not found: java.lang.System. > > Does anyone know what am I doing wrong ? You're t

Re: Swing with ibm jdk 1.1.8

1999-11-09 Thread Peter Graves
Try putting swingall.jar in your CLASSPATH, rather than rt.jar. Works for me. -Peter Pere Serra wrote: > > I've downloaded ibm jdk 1.1.8 and it works with text mode programs, but when I > try to run a swing application it doesn't work. I put the file rt.jar in the > classpath then java says Cl

Swing with ibm jdk 1.1.8

1999-11-09 Thread Pere Serra
I've downloaded ibm jdk 1.1.8 and it works with text mode programs, but when I try to run a swing application it doesn't work. I put the file rt.jar in the classpath then java says Class not found: java.lang.System. Does anyone know what am I doing wrong ? Thanks a lot -- --