您的位置:首页 > 编程语言 > Java开发

Eclipse配置问题:Error :- java runtime environment JRE or java development kit must be available in order to run eclipse

2015-04-09 19:44 771 查看
Let eclipse use your java vm directly!

Put these lines at the end of eclipse.ini (located in the directory where eclipse.exe is present):

-vm
<your path to jdk|jre>/bin/javaw.exe


Pay attention that there are two lines. Also make sure that the -vm option is before the -vmargs option (and of course after "openFile").
内容来自用户分享和网络整理,不保证内容的准确性,如有侵权内容,可联系管理员处理 点击这里给我发消息
标签: 
相关文章推荐