Logo 
Search:

Java Answers

Ask Question   UnAnswered
Home » Forum » Java       RSS Feeds
  Question Asked By: Diem Tran   on Jul 22 In Java Category.

  
Question Answered By: Geena Ma.   on Jul 22

Perhaps you are confusing the path  environment variable (which is used to find
executable binaries) and the CLASSPATH
environment variable (which is used by Java to find .class files).

To be able to execute the Java binaries, you must add the path to the binaries
to the path. For example, on my system I
would do:

set PATH=%PATH%;G:\jdk1.3.1\bin

Of course you will probably want to make this permanent.

Share: 

 
 
Didn't find what you were looking for? Find more on Not able to set classpath after installing JDK1.3 Or get search suggestion and latest updates.


Tagged: