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

Popular posts from this blog

javascript - How to name a jQuery function to make a browser's back button work? -

python - Django-easy-pdf: xhtml2pdf reporting reportlab 2.2+ is required, but 3.0 installed -

collision detection - C++ library for mesh to mesh intersection: what is available? -