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 -- --

Re: Help with JDK 1.2 library problems

1999-08-06 Thread Pere Serra
Hi ! I'll answer the easier question: To run SimpleExample.class you must type java SimpleExample because the point "." has the same efect than "/" to separate packages and directories. I think that you typed java SimpleExample.class and you get: Exception in thread "main" java.lang.NoClassD

Re: serial communication

1999-08-03 Thread Pere Serra
You have to download the CommAPI from sun: java.sun.com/products/javacomm (get the Sparc x-86 version, bunzip it and copy the file comm.jar to /jre/lib/ext ) You also need the serial driver rxtx from http://www.frii.com/~jarvi/rxtx/ -

Newbie question

1999-07-30 Thread Pere Serra
I have an easy question: What's the difference between native threads and green theads? Which one is more eficient/stable? -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PR