博客
关于我
强烈建议你试试无所不能的chatGPT,快点击我
Eclipse解决方案之"Eclipse is running in a JRE, but a JDK is required"
阅读量:5280 次
发布时间:2019-06-14

本文共 911 字,大约阅读时间需要 3 分钟。

Open the eclipse folder and edit the eclipse.ini file:
 
Please check if the file has the -vm parameter, if not, then add it.
 
-vm
C:\Program Files\Java\jdk1.6.0_10\bin\javaw.exe
 
Note: It should be add before the -vmargs parameter.
 
See my eclipse.ini, just like the following:
-startupplugins/org.eclipse.equinox.launcher_1.3.0.v20120522-1813.jar–launcher.libraryplugins/org.eclipse.equinox.launcher.win32.win32.x86_1.1.200.v20120522-1813-productorg.eclipse.epp.package.jee.product–launcher.defaultActionopenFile–launcher.XXMaxPermSize256M-showsplashorg.eclipse.platform–launcher.XXMaxPermSize256m–launcher.defaultActionopenFile-vmC:\Program Files (x86)\Java\jdk1.6.0_17\bin\javaw.exe-vmargs-Dosgi.requiredJavaVersion=1.5-Dhelp.lucene.tokenizer=standard-Xms40m-Xmx512m

Please pay attention to the bold and red characters. 

I hope it will be helpful to you! Enjoy it!

转载于:https://www.cnblogs.com/meijl/p/4856383.html

你可能感兴趣的文章
PHP截取中英文混合字符
查看>>
电子眼抓拍大解密
查看>>
51nod1076 (边双连通)
查看>>
Linux pipe函数
查看>>
Zerver是一个C#开发的Nginx+PHP+Mysql+memcached+redis绿色集成开发环境
查看>>
程序的静态链接,动态链接和装载 (补充)
查看>>
关于本博客说明
查看>>
[Kaggle] Sentiment Analysis on Movie Reviews
查看>>
价值观
查看>>
mongodb命令----批量更改文档字段名
查看>>
国外常见互联网盈利创新模式
查看>>
android:scaleType属性
查看>>
shell脚本
查看>>
Upload Image to .NET Core 2.1 API
查看>>
【雷电】源代码分析(二)-- 进入游戏攻击
查看>>
Linux中防火墙centos
查看>>
[JS]递归对象或数组
查看>>
linux sed命令
查看>>
程序存储问题
查看>>
优雅地书写回调——Promise
查看>>