For users of Windows 7 - 64 bit (may work for others), you can do the following
1. If java Runtime is NOT installed (note that it is not installed with the Android SDK, you need to download it separately). You can download from here http://www.oracle.com/technetwork/java/javase/downloads/index.html (select "Java Platform (JDK) 7u21" from three options: first button :))
after installation, you will find javaw.exe in "C: \ Program Files (x86) \ Java \ jre6 \ bin"
2. set the environment variable as shown below
a) Right-click "Computer", select properties, select "System Preset"
b) In the "Advanced" section, select the last "Environment Variable" button
c) In the "System Settings" section, in the window that appears, find "Path"
d) select "Path", click "Edit"
e) Add ' ; C: \ Program Files (x86) \ Java \ jre6 \ bin '(this path or some path installed on your computer is used to separate other path variables that existed before and there is no need to specify;))
That's all! Now try running Eclipse.exe ( note: if you added an entry to eclipse.ini, as suggested by some ..please , delete it, otherwise it will throw another exception )
Remember that you do not need to change eclipse.ini
He works. Just double click eclipse.exe :)
adarsh ββnair
source share