I updated java and eclipse does not work(我更新了java并且eclipse不起作用)
问题描述
我今天 23.06.2012 更新了我的 JRE,之后日食将不再启动.当我双击启动 Eclipse 时,启动画面看起来像相机闪光灯,然后什么也没有发生.
I updated my JRE today 23.06.2012, and after that eclipse will no longer start. When I double click to start up eclipse the splash screen appears like a camera flash and then nothing happens.
关于如何解决这个问题的任何想法?
Any ideas as to how to fix this?
推荐答案
这对我有用:删除行:
-vmargs
-Dosgi.requiredJavaVersion=1.5
添加这两行:
-vm
C:Program FilesJavajdk1.7.0_03injavaw.exe
编辑路径以匹配您的安装.ini 文件通常位于 $ECLIPSE_HOME/eclipse.iniEclipse ini 文件
Edit the path to match your installation.
The ini file is generally present at $ECLIPSE_HOME/eclipse.ini
Eclipse ini file
注意:您需要更改 Windows 安全设置才能获得访问权限.我建议您不要在记事本中编辑此类文件(使用记事本++).在编辑之前备份文件.
Note: You'll need to change windows security settings to get access. I recommend you don't edit this type of file in notepad (use notepad++). Backup the file before you edit.
这篇关于我更新了java并且eclipse不起作用的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持编程学习网!
本文标题为:我更新了java并且eclipse不起作用
基础教程推荐
- 无法复制:“比较方法违反了它的一般约定!" 2022-01-01
- 存储 20 位数字的数据类型 2022-01-01
- 修改 void 函数的输入参数,然后读取 2022-01-01
- Spring AOP错误无法懒惰地为此建议构建thisJoinPoin 2022-09-13
- RabbitMQ:消息保持“未确认"; 2022-01-01
- REST Web 服务返回 415 - 不支持的媒体类型 2022-01-01
- 如何对 Java Hashmap 中的值求和 2022-01-01
- 使用堆栈算法进行括号/括号匹配 2022-01-01
- Struts2 URL 无法访问 2022-01-01
- 问题http://apache.org/xml/features/xinclude测试日志4j 2 2022-01-01
