eclipse 提示a java runtime environment

发布网友 发布时间:2022-04-23 00:43

我来回答

3个回答

热心网友 时间:2023-06-25 21:41

guy  eclipse 的运行也要靠环境滴 你看看你的系统的jre是啥子哟

还有你如果不晓得 你就追加参数到你的桌面快捷方式,目标 里面啦

eclipse -vm c:\pg\java\jre\bin\javaw

类似的后面是你的jdk或jre里面的bin里面的javaw啦,你试着看吧

追问要怎么弄呢?

追答Specifying the Java virtual machine
Here is a typical Eclipse command line: 
eclipse -vm c:\jdk6u22\jre\bin\javaw
Tip: It's generally a good idea to explicitly specify which Java VM to use when running Eclipse. This is achieved with the "-vm" command line argument as illustrated above. If you don't use "-vm", Eclipse will look on the O/S path. When you install other Java-based procts, they may change your path and could result in a different Java VM being used when you next launch Eclipse.
To create a Windows shortcut to an installed Eclipse:
Navigate to eclipse.exe in Windows Explorer and use Create Shortcut on the content menu.
Select the shortcut and edit its Properties. In the Target: field append the command line arguments.
Opening this shortcut launches Eclipse. (You can drag the shortcut to the Windows Desktop if you want to keep it in easy reach.)

热心网友 时间:2023-06-25 21:41

项目里添加 了jre库支持了吗,

热心网友 时间:2023-06-25 21:42

看看window-preferences-java-installed jres里面,有没有勾选自己的jdk

声明声明:本网页内容为用户发布,旨在传播知识,不代表本网认同其观点,若有侵权等问题请及时与本网联系,我们将在第一时间删除处理。E-MAIL:11247931@qq.com