How to run Eclipse without running JRE installation?
I wish to run Eclipse for C++ on Vista but I absolutely do not want to run the JRE installation. Is there any place where I can get a JRE in a zip that I can just dump in the Eclipse folder and have it work?
Download the JRE offline installer, right click on it, and have 7zip/winrar/whatever unzip it.
You'll get a folder with a fully funcional JRE, but no install required :)
You might want to read this to run Eclipse with that JRE.
You can run Eclipse by copying the JRE into the eclipse/jre
directory (wiki documentation).
The JRE is distributed with the Java JDK (/path/jdk1.6xxx/jre). The JDK uses an installer, but you can just copy this directory from another machine, install and uninstall the JDK or whatever.
The browser add on can be disabled per browser, you can copy and re-set your PATH variable and the JAVA_HOME variable, and you can disable the updater in the Java app in the Control Panel of Windows. Registry entries are generally harmless but not too hard to remove.
Also, you could just uninstall after you use it.
链接地址: http://www.djcxy.com/p/91008.html上一篇: 在Eclipse中找不到Java虚拟机