Logo 
Search:

Java Forum

Ask Question   UnAnswered
Home » Forum » Java       RSS Feeds

jdk1.3.1

  Asked By: Adelisa    Date: Jun 10    Category: Java    Views: 540
  

I Have a problem to execute of java (jdk1.3.1)
I need to full path that I should set them
please help me?

Share: 

 

2 Answers Found

 
Answer #1    Answered By: Freda Lane     Answered On: Jun 10

JAVA_HOME = c:\j2sdk1.4.1_02 [I have jsdk1.4]
path = %PATH%;%JAVA_HOME%\\bin
CLASSPATH = .;%JAVA_HOME%\bin;

Next reboot your system.

 
Answer #2    Answered By: Hooriya Khan     Answered On: Jun 10

Create a classpath environment variable, store all your class files in this.

with this u will b able to excute java  from any of the drives.

If this doesnt solve the purpose, put all the java files in a package with
classpath set, this wud solve the problem

 
Didn't find what you were looking for? Find more on jdk1.3.1 Or get search suggestion and latest updates.




Tagged: