请教各位大虾————有关JAVA路径的设置问题(高分请教)
我曾经写了一个java 的程序,路径是这样设置的:path=c:\jdk1.4.0\bin;classpath=c:\jdk1.4.0\classes; 程序能编译成功,但运行时出现以下情况:
Exception in thread "main" java.lang.NoClassDefFoundError: xxxxxx
我用的是windows 2000 professinal
路径是在系统环境变量里设置的。
那位大虾能告诉我怎么样设置路径,才能运行啊