eclipse won't start - no java virtual machine was found

前端 未结 22 1208
感情败类
感情败类 2020-12-12 16:58

Eclipse was running fine yesterday (and has been since I installed it about a year ago). Now all the sudden I\'m getting the following error on startup:

\"A          


        
22条回答
  •  失恋的感觉
    2020-12-12 17:17

    My solution is Include JDK's "bin" Directory in the PATH

    To edit the PATH environment variable in Windows 7/8/10:

    1. Launch "Control Panel" ⇒ (Optional) System and Security ⇒ System ⇒ Click "Advanced system settings" on the left pane.
    2. Switch to "Advanced" tab ⇒ Push "Environment Variables" button. Under "System Variables" (the bottom pane), scroll down to select "Path" ⇒ Click "Edit...".
    3. Copy the JDK bin directory from JAVA folder and paste to "Edit..."

提交回复
热议问题