Sto provando a lanciare un programma Java che richiede JRE 8. Ho provato a installarlo sul mio wrapper con l'installer, ma ha mostrato un messaggio nello stile di "Oops, nessun nuovo eseguibile trovato, forse l'installer non è riuscito?" . La soluzione sul mio altro computer era di scaricare la versione compatta in tar.gz, mettere il jar nella directory jre1.8.0_60\bin
, cd con la shell della riga di comando e quindi esegui java -jar program.jar
. Ho provato lo stesso sul mio computer, ma questo errore si presentava:
C:\Program Files\jre1.8.0_60\bin> java -jar program.jar
# A fatal error has been detected by the Java Runtime Environment:
#
# Internal Error (0x80000100), pid=71, tid=49
#
# JRE version: Java(TM) SE Runtime Environment (8.0_60-b27) (build 1.8.0_60-b27)
# Java VM: Java HotSpot(TM) Client VM (25.60-b23 mixed mode windows-x86 )
# Problematic frame:
# C [KERNEL32.dll+0x1d4d2]
#
# 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:\Program Files\jre1.8.0_60\bin\hs_err_pid71.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.
#
C:\Program Files\jre1.8.0_60\bin>
Nel file hs_err_pid71.log , c'era lo stesso testo della riga di comando. ma con una informazione aggiuntiva. L'ho messo su Pastebin a causa della sua lunghezza.