Setting up Eclipse with 1.3.1 SDK
Well I was using the 1.5 SDK and Eclipse with no problem. However I had set that up before a class of mine started. We're using a terribly old book and the professor wants us to use the 1.3.1 SDK. So once I got rid of 1.5 and installed 1.3.1 I lost the ability to use Eclipse.
I searched and found that Eclipse 2.0 is made for 1.3.1 (I could be wrong) but I downloaded it and i'm still having troubles. When I attempt to open it I get the following:
"A Java SDK must be available in order to run Eclipse. No Java virtual machine was found after searching the following locations:
c:\eclipse\jre\bin\javaw.exe
'javaw.exe' in your current PATH"
Can I just copy my bin folder from the SDK and make it work? What would be the steps necessary to add javaw.exe to my path?
The SDK is located in C:\jdk1.3.1
Thanks a lot.
In the meantime i'm using JCreator but I really like Eclipse for the realtime error checking and dot notation.
I searched and found that Eclipse 2.0 is made for 1.3.1 (I could be wrong) but I downloaded it and i'm still having troubles. When I attempt to open it I get the following:
"A Java SDK must be available in order to run Eclipse. No Java virtual machine was found after searching the following locations:
c:\eclipse\jre\bin\javaw.exe
'javaw.exe' in your current PATH"
Can I just copy my bin folder from the SDK and make it work? What would be the steps necessary to add javaw.exe to my path?
The SDK is located in C:\jdk1.3.1
Thanks a lot.
In the meantime i'm using JCreator but I really like Eclipse for the realtime error checking and dot notation.
