java - Eclipse can't find javaw.exe. Already changed eclipse.ini -


i have trouble starting new eclipse distribution, downloaded server @ work.

i extracted folder desktop running eclipse.exe gives me error: jre must available. no java runtime found @ c:users\my desktop\eclipse etc.

of course can not find javaw.exe in folder on desktop installed @ program files. edited eclipse.ini , added: -vm c:\program files\java\jre7\bin\javaw.exe

but still gives me same error searches java in wrong folder.

what should try next?

your eclipse ini file should this:

--launcher.xxmaxpermsize 256m --launcher.defaultaction openfile -vm c:\program files\java\jre7\bin\javaw.exe -vmargs ... 

-vm option on line, path on other line


Comments

Popular posts from this blog

php - failed to open stream: HTTP request failed! HTTP/1.0 400 Bad Request -

java - How to filter a backspace keyboard input -

java - Show Soft Keyboard when EditText Appears -