Eclipse - no Java (JRE) / (JDK) … no virtual machine

前端 未结 30 1550
青春惊慌失措
青春惊慌失措 2020-11-22 05:58

I am trying to get Eclipse v3.5 (Galileo) to re-run on my computer - I have run it before with no problems, but now I keep getting this error:

30条回答
  •  遇见更好的自我
    2020-11-22 06:09

    First of all thanks to YouYou for his solution! I tried answer by YouYou (https://stackoverflow.com/a/14464653/801919). Initially, it did not work for me. Following are the steps that I needed to take to make it work:

    1. Initially, I did not have Java installed on my new machine. So, I had to install that (downloaded from: http://java.com/en/download/manual.jsp).
    2. I am running 64-bit OS. But, while downloading, I got the message which could help me in choosing which version of Java to download: Choose the 32-bit download to use with a 32-bit browser. Hence, I downloaded 32-bit version.
    3. Then, I followed the procedure mentioned in https://stackoverflow.com/a/14464653/801919, hoping to get the solution.
    4. I got some other error: Java was started but returned exit code=13
    5. Then, I installed 64-bit version of Java.
    6. Copied javaw.exe from that version.

    ...And Eclipse started working!!! Yaay!

提交回复
热议问题