Reputation: 38180
I downloaded eclipse adt and there is no jre in eclipse folder.
So I created on Windows 8 a JAVA_HOM environement variable pointing to my JDK path and added this line to eclipse.ini
-vm %JAVA_HOME%/bin/javaw.exe
but eclipse still looks for jre in its sub directory.
Upvotes: 0
Views: 1331