我一直在开发一个使用支付网关的应用程序,我尝试使用browserNavigation回调来在加载返回URL时执行一些Java代码。我的问题是,应用程序在包含浏览器组件的内容之前崩溃。
以下是它报告的错误:
Exception "java.lang.ClassNotFoundException: com/intellij/codeInsight/editorActions/FoldingData"while constructing DataFlavor for: application/x-java-jvm-local-objectref; class=com.intellij.codeInsight.editorActions.FoldingData
Exception "java.lang.ClassNotFoundException: com/intellij/codeInsight/editorActions/FoldingData"while constructing DataFlavor for: application/x-java-jvm-local-objectref; class=com.intellij.codeInsight.editorActions.FoldingData
A fatal error has been detected by the Java Runtime Environment:
EXCEPTION_ACCESS_VIOLATION (0xc0000005) at pc=0x54c3249e, pid=28320, tid=31852
JRE version: Java(TM) SE Runtime Environment (8.0_40-b26) (build 1.8.0_40-b26)
Java VM: Java HotSpot(TM) Server VM (25.40-b25 mixed mode windows-x86 )
Problematic frame:
C [jfxwebkit.dll+0x5d249e]
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:
C:\Users\MY_COMPUTER_NAME\IdeaProjects\My_APP_NAME\hs_err_pid28320.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.
答案 0 :(得分:0)
这是JVM和webkit支持中众多JavaFX错误之一......但是你确实有一个非常旧版本的VM。我建议升级到最新版本的Java 8,因为其中一些崩溃已经解决。