且构网

分享程序员开发的那些事...
且构网 - 分享程序员编程开发的那些事

Eclipse如何在Linux中找到JDK?

更新时间:2022-12-25 22:47:27

如果Eclipse找不到您的JRE / JDK或找到错误的版本,请在eclipse.ini文件的开头添加以下两行:

If Eclipse isn't finding your JRE/JDK or finding the wrong version, add the following two lines to the begining of your eclipse.ini file:

-vm
[your-path-to-java-executable]