This topic has been archived. It cannot be replied.
-
工作学习 / 专业技术讨论 / I installed J2SDK5, and I can compile and run basic Hello.Java, but when I use the other JAR, there's no error for compiling, after I run it, it said I can not find the class.I put the classpath.
-guyfromchina(笨笨猪);
2006-9-24
{20}
(#3227263@0)
-
No one knows?
java -classpath becker/becker.jar TestBecker Is that correct?
-guyfromchina(笨笨猪);
2006-9-25
(#3228778@0)
-
Before trying to run it, check if the TestBecker.class is there after compilation. And make sure your class is under no package, base on your java command.
-catwoman(catwoman);
2006-9-25
(#3228832@0)