0

I used to run eclipse on my laptop. I have installed and used Secunia PSI application in order to update the apps, but once I done that I cannot run Eclipse.

This is what I have: enter image description here

I set the PATH to the directory which contains javaw.exe app. The path at the PATH variable is the same as of CLASSPATH variable. So, what are your resolutions? Done, it works now. I just simply needed to add '.;' at the end of the path link at the PATH. Cheers

1
  • @mcalex, It's about PATH, not CLASSPATH. Commented Nov 19, 2012 at 17:48

2 Answers 2

2

As the error message clearly states, Eclipse cannot find the entire JVM.

Add the directory that contains javaw.exe to your PATH.

Sign up to request clarification or add additional context in comments.

Comments

1

Better to add JAVA_HOME as a new system variable in the same screen where you see the class path by clicking New and providing the folder location for JAVA root installation folder e.g. below:

    Variable Name= JAVA_HOME
    Variable Value= C:\Program Files\Java\jdk1.7.0_09

Comments

Your Answer

By clicking “Post Your Answer”, you agree to our terms of service and acknowledge you have read our privacy policy.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.