Skip to content Skip to sidebar Skip to footer

Adt Bundle Can't Find Java

When I open adt-bundle-windows-x86_64-20131030 and click on the Eclipse.exe application to install it I get the message; A Java Runtime Environment (JRE) or Java Development Kit (J

Solution 1:

You will have to put Java in your classpath, so Eclipse knows where it can find Java. See here: http://docs.oracle.com/javase/tutorial/essential/environment/paths.html for info on how to do this.

Solution 2:

install 32 bit version of jdk from oracle website

Solution 3:

put the path of your java bin directory under Environment variables. System->Advanced System Settings->Environment Variables->path

Open command prompt. use java and javac commands to know if you have successfully installed java and compiler.

if it doesn't help, this question has a lot of helpful answers Eclipse - no Java (JRE) / (JDK) ... no virtual machine

Solution 4:

From what you said: "'java' is not recognized as an internal or external command, operable program or batch file"

Your java may not have been installed correctly, or, it was installed, but you did not set path to it correctly. It is not a problem with ADT, any of your programs that need Java will not be able to find it.

Post a Comment for "Adt Bundle Can't Find Java"