Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

No Java virtual machine found starting Eclipse 3.6.1 on Windows 7 64bit machine

I know some C# and I use Visual Studio 2008 but now I am trying to help my son with some basic Java programs. I have installed what I think is the proper version of Eclipse:

eclipse-SDK-3.6.1-win32-x86_64

I have a little "hello world" starter .java file I want to run and play with but I cannot even get started on this machine. I get this message immediately:

"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: C:\Users\john\Documents\eclipse-SDK-3.6.1-win32-x86_64\eclipse\jre\bin\javaw.exe javaw.exe in your current PATH"

This is an AMD Quad-Core Processor and I'm running 64bit Windows 7 so I believe the Eclipse SDK is also properly 64bit. I have been having a heck of a time trying to locate the proper Java "virtual machine" / JRE / JDK or whatever and get it downloaded such that this problem goes away and I get Eclipse running.

I am a total rookie on Java and its terminology and environs and would really appreciate some basic advice on this. Thanks.

like image 486
John Adams Avatar asked Dec 08 '10 02:12

John Adams


3 Answers

Hop over to http://www.oracle.com/technetwork/java/javase/downloads/index.html and download the Java SDK. I think this will get you going unless I am misunderstanding something.

like image 199
Andrew White Avatar answered Nov 14 '22 22:11

Andrew White


Just go through this steps, well explained in step by step :-)

Setting Up Eclipse with Java

like image 38
Mohamed Saligh Avatar answered Nov 14 '22 23:11

Mohamed Saligh


Download the JDK from here: http://www.oracle.com/technetwork/java/javase/downloads/index.html

The Eclipse SDK only contains the Eclipse IDE AFAIK :p

like image 30
Machinarius Avatar answered Nov 14 '22 21:11

Machinarius