首页 > 编程语言 > 详细

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

时间:2015-04-09 21:32:48      阅读:136      评论:0      收藏:0      [点我收藏+]

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").

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

原文:http://www.cnblogs.com/kyleljj/p/4411238.html

(0)
(0)
   
举报
评论 一句话评论(0
关于我们 - 联系我们 - 留言反馈 - 联系我们:wmxa8@hotmail.com
© 2014 bubuko.com 版权所有
打开技术之扣,分享程序人生!