java已启动但返回退出代码= -8053306369
当我尝试从我的 acquia-drupal 安装中打开文件 module/system/html.tpl.php 时,我在 eclipse 中收到 java tm platform se binaries is notponderable 错误。 (我可以在eclipse中打开其他tpl.php,例如modules/system/page.tpl.php)。 当我关闭 Eclipse 时,出现此错误:
java was started but returned exit code= -8053306369
我不允许发布图像,但您可以在此处看到完整的错误: http://premiserunningthin.de/eclipse_805306369_error.jpg
我可以在其他编辑器(例如 komodo 或 notepad++)中打开文件modules/system/html.tpl.php。但我更喜欢在 Eclipse 中完成所有工作,因为它是我最喜欢的编辑器。 有人对这个问题有任何线索吗? 谢谢
I get a java tm platform se binary is not responding error in eclipse when i try to open the file modules/system/html.tpl.php from my acquia-drupal installation. ( i can open other tpl.php like modules/system/page.tpl.php in eclipse ).
When i close eclipse i get this error:
java was started but returned exit code= -8053306369
I'm not allowed to post images, but you can see the full error here: http://premiserunningthin.de/eclipse_805306369_error.jpg
I can open the file modules/system/html.tpl.php in my other editors e.g. komodo or notepad++. But i prefer to do all my work in eclipse because its my favorite editor.
Does anyone have any clues for this problem?
Thanks
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
http://spacetech.dk/eclipse -failed-java-was-started-but-returned-exit-code-805306369.html
该错误是由于工作空间损坏造成的。当我在启动时禁用工作区检查时,我无法选择另一个工作区,因为 Eclipse 无法启动。将工作空间重命名为“workspace1”。 Eclipse 将启动并创建一个新的未损坏的工作区,并且可以正常工作。之后,您可以将项目导入到新工作区中,最后删除旧的损坏的工作区。
http://spacetech.dk/eclipse-failed-java-was-started-but-returned-exit-code-805306369.html
The error was due to a corrupt workspace. As I disable the workspace check in the startup I couldn’t select another workspace since Eclipse wouldn’t start. Rename the workspace e.g. to “workspace1″. Eclipse will start and create a new uncorrupted workspace and work without any problems. Afterwards you can import your project into your new workspace and in the end remove the old corrupted workspace.
这可能是 Eclipse PDT 问题。请尝试使用 Aptana PHP 编辑器。
That might be Eclipse PDT issue. Try Aptana PHP editor instead.