2017-06-09 4 views
1

私は支払いゲートウェイを使用するアプリケーションを開発していました。返信URLが読み込まれたときにbrowserNavigationコールバックを使用してJavaコードを実行しようとしました。私の問題は、ブラウザコンポーネントがロードされる直前にアプリがクラッシュすることです。コード名が1つのBrowserComponentがクラッシュする

以下

は、それがエラーを報告している:

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

JVMとWebKitのサポートで多くのJavaFXのバグの一つだ...あなたはしかし、VMの非常に古いバージョンを持っています。これらのクラッシュの一部が解決されたので、Java 8の最新バージョンにアップグレードすることをお勧めします。

関連する問題