Eclipse RCP - 使用 JACOB 打开 wordfile - 错误 "Failed to write core dump.Minidumps are not enabled by default on client versions of Windows"
Eclipse RCP - Open wordfile using JACOB - error "Failed to write core dump.Minidumps are not enabled by default on client versions of Windows"
我是 Eclipse 的新手 RCP Java and JACOB(java/COM bridge). I was trying to open a word file(already created "test.docx") from my RCP program. I have used jacob.jar(CLASSPATH) and jacob.ddl(PATH) for opening the file- I have followed the instructions in this tutorial。但是当我运行这个程序的时候,word文件弹出但是突然被下面的错误崩溃了。
A fatal error has been detected by the Java Runtime Environment:
EXCEPTION_ACCESS_VIOLATION (0xc0000005) at pc=0x7762e005, pid=8552, tid=8136
JRE version: Java(TM) SE Runtime Environment (8.0_66-b18) (build 1.8.0_66-b18)
Java VM: Java HotSpot(TM) Client VM (25.66-b18 mixed mode windows-x86 )
# Problematic frame:
# C [ntdll.dll+0x2e005]
# Failed to write core dump. Minidumps are not enabled by default on client versions of Windows
An error report file with more information is saved as:
D:\...\Eclipse\eclipse-j2Development-4.5-win32\eclipse\hs_err_pid8552.log
If you would like to submit a bug report, please visit:
http://bugreport.java.com/bugreport/crash.jsp
The crash happened outside the Java Virtual Machine in native code.
See problematic frame for where to report the bug.
我尝试了几个选项,例如更改工作区、删除 .metadata
文件夹,但找不到解决方案。非常感谢您的帮助。
问候
阿德林
抱歉各位。我发现了问题。有一个版本不匹配。我使用的 .dll 文件是旧版本,某些功能 deprecated.And 导致崩溃。如果有人使用 Jacob,请参阅 this 以获取最新版本。
谢谢
我是 Eclipse 的新手 RCP Java and JACOB(java/COM bridge). I was trying to open a word file(already created "test.docx") from my RCP program. I have used jacob.jar(CLASSPATH) and jacob.ddl(PATH) for opening the file- I have followed the instructions in this tutorial。但是当我运行这个程序的时候,word文件弹出但是突然被下面的错误崩溃了。
A fatal error has been detected by the Java Runtime Environment:
EXCEPTION_ACCESS_VIOLATION (0xc0000005) at pc=0x7762e005, pid=8552, tid=8136
JRE version: Java(TM) SE Runtime Environment (8.0_66-b18) (build 1.8.0_66-b18)
Java VM: Java HotSpot(TM) Client VM (25.66-b18 mixed mode windows-x86 )
# Problematic frame:
# C [ntdll.dll+0x2e005]
# Failed to write core dump. Minidumps are not enabled by default on client versions of Windows
An error report file with more information is saved as:
D:\...\Eclipse\eclipse-j2Development-4.5-win32\eclipse\hs_err_pid8552.log
If you would like to submit a bug report, please visit:
http://bugreport.java.com/bugreport/crash.jsp
The crash happened outside the Java Virtual Machine in native code.
See problematic frame for where to report the bug.
我尝试了几个选项,例如更改工作区、删除 .metadata
文件夹,但找不到解决方案。非常感谢您的帮助。
问候
阿德林
抱歉各位。我发现了问题。有一个版本不匹配。我使用的 .dll 文件是旧版本,某些功能 deprecated.And 导致崩溃。如果有人使用 Jacob,请参阅 this 以获取最新版本。 谢谢