简体   繁体   English

Java(TM) Platform SE Binary 已停止工作(Java、Eclipse)

[英]Java(TM) Platform SE Binary has stopped working (Java, Eclipse)

I am running a java program in eclipse. The program goes through a directory of subdirectories full of sqlback files from an android app and for each file, parses it and makes an entry into different collections of a mongo db depending on the data.我正在 eclipse 中运行一个 java 程序。该程序遍历一个充满 android 应用程序的 sqlback 文件的子目录目录,并针对每个文件解析它并根据数据进入 mongo 数据库的不同 collections。

Everything was functioning fine.一切正常。 All mongo data had been verified and the I was asked to deal with some corrupted files.所有的 mongo 数据都已经过验证,我被要求处理一些损坏的文件。 In handling the sqlite files I added some validation checks, but I did not change the logic flow of my program.在处理 sqlite 文件时,我添加了一些验证检查,但我没有更改程序的逻辑流程。 I can now identify corrupted files, horray.我现在可以识别损坏的文件,horray。 BUT after I run my program I get an Error:但是在我运行我的程序后我得到一个错误:

Java(TM) Platform SE binary has stopped working. Java(TM) Platform SE 二进制文件已停止工作。

A second pop up window states that "Files that help describe the problem" and then lists files on a path that actually does not exist.第二个弹出窗口 window 指出“帮助描述问题的文件”,然后列出实际上不存在的路径上的文件。

I am looking for a lead on how to how to debug this error.我正在寻找有关如何调试此错误的线索。 The error happens about 500 files deep into the 30th directory, so debugging is not really that much of a sane option.该错误发生在第 30 个目录深处的大约 500 个文件中,因此调试并不是一个明智的选择。

Thanks in advance,提前致谢,

Miss Serena瑟琳娜小姐

I was having the same issue. 我有同样的问题。 I just changed the name of my previous workspace and it starts working. 我刚刚更改了以前的工作空间的名称,它开始工作。

Try refreshing your Eclipse project (push F5)...its possible its our of sync with your file system...also try to restart Eclipse. 尝试刷新您的Eclipse项目(按F5键)...可能与文件系统同步...也尝试重新启动Eclipse。

Another way would be creating a new java project and copying your classes there...and then try to run from the newly created project. 另一种方法是创建一个新的Java项目并在其中复制您的类...然后尝试从新创建的项目中运行。

将JDK的版本从1.8u181更改为1.8u191后,我遇到了相同的问题并解决了该问题,我认为JDK版本损坏了它

I faced this issue and my solution was to delete Oracle folder in your Program Files\Common Files After that, uninstall the current JDK and reinstall that.我遇到了这个问题,我的解决方案是删除 Program Files\Common Files 中的 Oracle 文件夹 之后,卸载当前的 JDK 并重新安装它。 Hope it works for you.希望对你有效。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

相关问题 Java(TM)平台SE二进制文件已停止工作 - Java(TM) Platform SE binary has stopped working 在Eclipse Kepler中运行插件项目时出现“ Java™Platform SE二进制文件已停止工作”错误 - “Java(TM) Platform SE binary has stopped working” error while running a plugin project in Eclipse Kepler “Java(TM)平台SE二进制文件已停止工作”与Tomcat服务器出错 - “Java(TM) Platform SE binary has stopped working” error with Tomcat server Java VirtualVm连接尝试产生“ Java™平台SE停止工作”错误 - Java VirtualVm connection attempt produces “Java(TM) platform SE has stopped working” error Java(TM)平台SE二进制文件没有响应 - Java(TM) Platform SE binary is not responding 在 Java(TM) Platform SE 二进制文件中打开 - Open in Java(TM) Platform SE binary Java(TM) Platform SE 二进制错误 - Java(TM) Platform SE binary error LibGDX游戏因“ java平台se二进制文件停止工作”而崩溃 - LibGDX game crashes with “java platform se binary stopped working” XML错误和Java(TM)平台SE二进制崩溃 - XML errors and Java(TM) Platform SE Binary crashing Java(TM)Platform SE二进制文件仍在进程上运行 - Java (TM) Platform SE binary still running on processes
 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM