eclipse -vm %JAVA_HOME% in eclipse.ini fails -
i downloaded eclipse adt , there no jre in eclipse folder.
so created on windows 8 java_hom environement variable pointing jdk path , added line eclipse.ini
-vm %java_home%/bin/javaw.exe
but eclipse still looks jre in sub directory.
you cannot use environment variables in eclipse.ini (eclipse bug 102239), must specify actual full path.
you must put -vm
, path on separate lines.
if there -vmargs
entry in eclipse.ini -vm
must come before that.
Comments
Post a Comment