java - What steps are required to install eclipse on Windows8 (exitcode 13)? -


for 1 hour trying eclipse run on windows 8 system. needed install java jre, seem have been installed fine:

c:\users\alexander>java -version java version "1.7.0_67" java(tm) se runtime environment (build 1.7.0_67-b01) java hotspot(tm) client vm (build 24.65-b04, mixed mode, sharing) 

as far found in forums 1 has set path jre manually in eclipse.ini (in order) have done:

-startup plugins/org.eclipse.equinox.launcher_1.3.0.v20140415-2008.jar --launcher.library plugins/org.eclipse.equinox.launcher.win32.win32.x86_64_1.1.200.v20140603-1326 -product org.eclipse.epp.package.standard.product --launcher.defaultaction openfile --launcher.xxmaxpermsize 256m -showsplash org.eclipse.platform --launcher.xxmaxpermsize 256m --launcher.defaultaction openfile --launcher.appendvmargs -vm c:\program files (x86)\java\jre7\bin\javaw.exe -vmargs -dosgi.requiredjavaversion=1.7 -xms40m -xmx512m 

however gave following error: enter image description here

did configure wrong? need install else? need configure else?


Comments

Popular posts from this blog

javascript - RequestAnimationFrame not working when exiting fullscreen switching space on Safari -

jsf - How to ajax update an item in the footer of a PrimeFaces dataTable? -

django - CSRF verification failed. Request aborted. CSRF cookie not set -