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

windows - Single EXE to Install Python Standalone Executable for Easy Distribution -

c# - Access objects in UserControl from MainWindow in WPF -

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