You are on page 1of 1

1. Install the JDK in the classic way.

2. Get to the directory where you installed it (such as C:\Program Files\Java\) and copy the
subdirectory jdk1.7.0_10 in the eclipse folder.
3. Edit eclipse.ini by adding those two lines at the very top of the file (be careful: they must
be two lines):
-vm
.\jdk1.7.0_10\bin\javaw
4. Run Eclipse and you will have a fully working development environment.
5. Uninstall JDK
http://archive.eclipse.org/eclipse/downloads/drops/R-3.6-201006080911/eclipse-newspart2.html#JavaViews
http://www.vogella.com/articles/Eclipse/article.html
http://www.tutorialspoint.com/eclipse/eclipse_run_configuration.htm

You might also like