本文介绍了java 已启动但返回退出代码 = -805306369的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

谁能帮我解决这个错误:

Can anyone help me with this error:

java 已启动但返回退出代码 = -805306369C:WindowsSystem32javaw.exe-jar C:Program FilesJavaeclipse-jee-helios-SR2-win32-x86_64eclipsepluginsorg.eclipse.equinox.launcher_1.11.1.R36x_v20101122_1400.jar

推荐答案

刚刚遇到这个问题,对我来说是一个损坏的工作区 osgi 缓存.解决方案是使用 -clean 参数作为

Just had this issue, for me it was a corrupted workspace osgi cache. The solution was to run eclipse with the -clean parameter as

eclipse.exe -clean

过了一段时间,eclipse需要清理,弹出工作区选择对话框,我又可以正常启动eclipse了.

After some time, eclipse required to clean up, the workspace selection dialog popped up and I could start eclipse normally again.

-clean 参数被记录在在eclipse帮助

这篇关于java 已启动但返回退出代码 = -805306369的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!

07-29 20:27
查看更多