I download jdk1.5.0_14 and set environment variable JAVA_HOME and CLASSPATH.
Still it is not not working.
How can i download it?
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
Please check path again.
For example
In my machine the values are
CLASSPATH as C:\Program Files\Java\jdk1.5.0_14\lib;
and JAVA_HOME as C:\Program Files\Java\jdk1.5.0_14
It is your PATH variable
set PATH=%PATH%;C:\Program Files\Java\jdk1.5.0_14\bin
See Here