Trying to launch Eclipse on windows 7 64 bit or 32 bit
Screenshot Eclipse Java error |
A Java Runtime Environment (JRE) or Java Development Kit (JDK) must be available in order to run Eclipse. No Java virtual machine was found after searching the following locations:
(tags: Android Eclipse Java Runtime Environment (JRE) or Java Development Kit (JDK) error / Android SDK / developing android apps / Eclipse SDK app builder / virtual devices / Android phones / becoming an android developer / Windows 7 64 bit / java 64 bit / Windows 32 bit / java 32 bit / JDK / JRE / Eclipse Community / java android or eclipse not opening / Java VM not found / running Eclipse / Getting started with Android Eclipse/ Setting up Android Eclipse / How to setup / java not working / java VM not found / java not found)
(tags: Android Eclipse Java Runtime Environment (JRE) or Java Development Kit (JDK) error / Android SDK / developing android apps / Eclipse SDK app builder / virtual devices / Android phones / becoming an android developer / Windows 7 64 bit / java 64 bit / Windows 32 bit / java 32 bit / JDK / JRE / Eclipse Community / java android or eclipse not opening / Java VM not found / running Eclipse / Getting started with Android Eclipse/ Setting up Android Eclipse / How to setup / java not working / java VM not found / java not found)
NO problem. Ussually this means you are running 32 bit java on a 64 bit system. because your browser is 32 bit so the SUN website automitically checks for 32 bit java only.
Most issues dissapear by simply installing 64 bit java. If not, just follow these steps:
FOR 64 bit systems:
screenshot java 64 bit installed |
- Check if you have latest 64 bit java installed
- Start --> control panel --> programs [see screenshot]
- If yes, all you have to do is add the following code to your eclipse.ini file:
- Done!
-vm
[location of your javaw.exe] for me this is: D:\TempPrograms\Java\bin\javaw.exe
If not, go to: http://java.com/en/download/manual.jsp for manual java download and install 64 bit java
FOR 32 bit systems:
- Check if you have latest 32 bit java installed
- go to java website: http://java.com/en/download/installed.jsp
- If yes, all you have to do is add the following code to your eclipse.ini file:
-vm [location of your javaw.exe] for me this is: D:\TempPrograms\Java\bin\javaw.exe
- Done!
(tags: Android Eclipse Java Runtime Environment (JRE) or Java Development Kit (JDK) error / Android SDK / developing android apps / Eclipse SDK app builder / virtual devices / Android phones / becoming an android developer / Windows 7 64 bit / java 64 bit / Windows 32 bit / java 32 bit / JDK / JRE / Eclipse Community / java android or eclipse not opening / Java VM not found / running Eclipse / Getting started with Android Eclipse/ Setting up Android Eclipse / How to setup / java not working / java VM not found / java not found)
Free easy & simple way to learn java online and much more.. go to =>> http://foundjava.blogspot.in
ReplyDelete