The Artima Developer Community
Sponsored Link

Legacy Java Answers Forum
November 2000

Advertisement

Advertisement

This page contains an archived post to the Java Answers Forum made prior to February 25, 2002. If you wish to participate in discussions, please visit the new Artima Forums.

Message:

Some suggestions

Posted by KIshori Sharan on November 29, 2000 at 9:41 AM

I cannot figure out exactly what is going wrong in your machine but I can suggest you some alternatives.
1) Go to DOS prompt and change the directory to the directory which contains your MZMZ.java file. Now say, javac MZMZ.java and
java MZMZ . If this doesn't work then you may try supplying classpath at run time using -classpath option.

2) In my project we got the same problem in many machines. I some cases Java run time was using other version of java. So there may be version mismatch when you compile and run your program. Defying all logic we did the following and it worked.
a) In PATH we set the java_home\bin as the first directory.
b) I know its not needed, but we did set the classpath to java_home\lib\tools.jar
c) We searched for java.exe and renamed all except in java_home\bin

3) We also reinstalled jdk but it didn't help.
4) Keep trying these rubbish things if you love Java.




Replies:

Sponsored Links



Google
  Web Artima.com   
Copyright © 1996-2009 Artima, Inc. All Rights Reserved. - Privacy Policy - Terms of Use - Advertise with Us