Guest_imported
New member
- Jan 1, 1970
- 0
I installed jdk1.3.1_02 in d:\jdk1.3.1_02.
It is working fine to compile java program, but got a problem in compile swing. I got "Package javax.swing not found in import". I guess it must be something wrong in environment variables.
CLASSPATH=d:\jdk1.3.1_02\lib;C:\Program Files\JavaSoft\JRE\1.3.1_02\lib;
Could anyone tell me what I miss?
thanks a lot
It is working fine to compile java program, but got a problem in compile swing. I got "Package javax.swing not found in import". I guess it must be something wrong in environment variables.
CLASSPATH=d:\jdk1.3.1_02\lib;C:\Program Files\JavaSoft\JRE\1.3.1_02\lib;
Could anyone tell me what I miss?
thanks a lot