RE: problem jdk1.2

1999-02-17 Thread Patrick Lam
that simple. BTW, I have both jdk1.2 and MS SDK 3.1 and MS VM (latest) installed. Any pointer?? Thanks. Patrick. -Original Message- From: Ozer Irfan [mailto:[EMAIL PROTECTED]] Sent: Wednesday, February 17, 1999 6:23 AM To: Carl H. Sayres Cc: [EMAIL PROTECTED]; [EMAIL PROTECTED] Subject: pro

Re: problem jdk1.2

1999-02-17 Thread Jason Hoffman
Your CLASSPATH environmental variable must be set to point at the root directory containing your class files. So, in this example, if your current working directory was /home/Ozer, then you need to set your CLASSPATH like this (assuming you are using the bash shell) export CLASSPATH=$CLASSPATH:/

problem jdk1.2

1999-02-17 Thread Ozer Irfan
I have this message Exception in thread "main' java.lang.NoClassDefFoundError when I run java test1 With javac I don't have problems this is the program import java.io.* ; public class test1 { public static void main(String args []) { System.out.println("Hello");