j2sdk1.4.2配置问题,问题解决马上结贴
我的系统是w2000 professional j2sdk1.4.2 安装在c:\j2sdk142目录下
环境变量设置的是系统变量:
classpath = .;c:\j2sdk142\lib\dt.jar;c:\j2sdk142\lib\tools.jar;
java_home = c:\j2sdk142
Path = c:\j2sdk142\bin;%SystemRoot%\system32;%SystemRoot%;%SystemRoot%\System32\Wbem
用原始的helloworld程序编译没有错误 ,但是执行的时候有错误 :
exception in thread "main" java.lang.noclassdefunderror:helloworld(wrong name:helloworld)
能解决的朋友帮个忙,谢谢