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
Post a Comment