我在win7-32bit中生成了JAR,但是我在win7-64bit中運行JAR。JRE發現一個致命錯誤
> #
> # A fatal error has been detected by the Java Runtime Environment:
> #
> # EXCEPTION_ACCESS_VIOLATION (0xc0000005) at pc=0x0000000002e74c5d, pid=7852, tid=4024
> #
> # JRE version: 7.0_25-b17
> # Java VM: Java HotSpot(TM) 64-Bit Server VM (23.25-b01 mixed mode windows-amd64 compressed oops)
> # Problematic frame:
> # J org.apache.http.impl.cookie.BestMatchSpec.formatCookies(Ljava/util/List;)Ljava/util/List;
> #
> # Failed to write core dump. Minidumps are not enabled by default on client versions of Windows
> #
> # If you would like to submit a bug report, please visit:
> # http://bugreport.sun.com/bugreport/crash.jsp
> #
我不知道爲什麼要拋出這個錯誤。任何人都可以解決這個問題嗎?
你有一個這個.jar崩潰你的應用程序的最小工作示例?像'進口的東西; public class Test {public static void main(String [] args){/ *嘗試使用* /}}? – 2014-09-25 01:47:01