0

所以昨晚我正在创建一个 android XML 文件来显示编辑文本和切换按钮。然后今天当我启动 eclipse 并打开我的项目时,XML 图形布局显示:

The rendering target (Android 4.2) is still loading.
The layout will refresh automatically once the process is finished.

当我收到错误时,我什至没有输入一个单词

Java(TM) Platform SE Binary has crashed

并且 Eclipse 返回了一个错误对话框

Java was started but returned exit code=255
C:\Windows\system32\javaw.exe
-Dosgi.requiredJavaVersion=1.5
-Dhelp.lucene.tokenizer=standard
-Xms40m
-Xmx512m
-XX:MaxPermSize=256m
-jar
C:\Users\<name>\Desktop\Android\eclipse\\plugins/org.eclipse.equinox.launch
er_1.3.0.v20120522-1813.jar
-os win32
-ws win32
-arch x86_64
-showsplash
C:\Users\<name>\Desktop\Android\eclipse\\plugins/org.eclipse.platform_4.2.1.v
201209141800\splash.bmp
-launcher C:\Users\<name>\Desktop\Android\eclipse\eclipse.exe
-name Eclipse
-launcher.library
C:\Users\<name>\Desktop\Android\eclipse\\plugins/org.eclipse.equinox.launch
er.win32.win32.x86_64_1.1.200.v20120522-1813\eclipse_1503.dll
-startup
C:\Users\<name>\Desktop\Android\eclipse\\plugins/org.eclipse.equinox.launch
er_1.3.0.v20120522-1813.jar
--launcher.overrideVmargs
-exitdata b24_5c
-product org.eclipse.epp.package.mobile.product
-vm C:\Windows\system32\javaw.exe
-vmargs
-Dosgi.requiredJavaVersion=1.5
-Dhelp.lucene.tokenizer=standard
-Xms40m
-Xmx512m
-XX:MaxPermSize=256m
-jar
C:\Users\<name>\Desktop\Android\eclipse\\plugins/org.eclipse.equinox.launch
er_1.3.0.v20120522-1813.jar

好吧,我不明白它在说什么,现在我无法启动 Eclipse。谢谢。

4

4 回答 4

2

将鼠标悬停在 java 对象上时有类似的 java 退出代码和错误。不确定您是否有同样的问题,但由于错误几乎相同,我的解决方案可能对您有用。我在 eclipse.ini 中添加了“-Dorg.eclipse.swt.browser.DefaultType=mozilla”

于 2013-04-18T14:39:06.277 回答
1

在 eclipse.ini 中设置以下属性已解决此问题 -Dcom.ibm.ws.management.event.max_polling_interval=1000

于 2015-02-18T19:39:26.157 回答
0

I'm using Windows 8.1 Professional x64 and I was getting the same annoying error, I tried to execute Eclipse by using Troubleshoot compatibility (right click on eclipse.exe) then I chose the option "execute in Windows 8 Mode" and up now, this workaround has solved the problem...

于 2014-02-21T16:31:48.067 回答
0

此错误也是由于您尝试在 Windows 8.1 上安装 Sony Vaio 驱动程序时发生的 ntdll.dll 损坏引起的。该崩溃还会影响其他应用程序,例如 Windows Media Player、BSPlayer、Catalist Control Center,并且在使用之前的答案中提到的故障排除兼容性选项执行这些应用程序时,所有这些应用程序都会得到解决……我通过不安装所有应用程序解决了这个问题索尼司机。索尼 Vaio 型号 VPCSB25FB 似乎还不完全支持 Windows 8.1。主要是当你直接安装 Windows 8.1,而不是从 Windows 8 或 7 升级...

于 2014-03-08T05:21:19.160 回答