Logo 
Search:

Java Answers

Ask Question   UnAnswered
Home » Forum » Java       RSS Feeds
  Question Asked By: Madeline Ross   on Feb 05 In Java Category.

  
Question Answered By: Alberta Miller   on Feb 05

i suspect if ur class  path is set properly.
make a batch file (DOS) of following contents

path = c:\jdk1.4\bin;c:\jdk1.4\lib;.;
set Classpath=c:\jdk1.4\jre\lib\*.jar;.;
set java_home=c:\jdk1.4

Change the path ur JDK in the above code snippet.

Got to command prompt and run this batch file.
After this, try to comple ur code.
Let me know what happens.

Share: 

 

This Question has 8 more answer(s). View Complete Question Thread

 
Didn't find what you were looking for? Find more on can anyone tell me why I am getting this error Or get search suggestion and latest updates.


Tagged: