码迷,mamicode.com
首页 > 编程语言 > 详细

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

时间:2015-04-09 21:34:27      阅读:138      评论: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
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!