Java运行时环境检测到致命错误

时间:2019-07-10 13:24:55

标签: java jvm

我正在尝试安装jdbc auth.dll文件。在intelliJ中,我总是得到相同的响应“无法加载jdbc_auth.dll”,所以我建议使用此行代码作为VM选项

java -Djava.library.path=C:\Java\native\libs YourProgram 

如果我不够愚蠢以至于无法更改行尾,这可能行得通...

此后,每次我尝试运行JVM或JRE都会崩溃。

我尝试过...
1.重新安装JDK和JRE
2.在Java配置程序中重置本地文件
3.打开和关闭计算机(几个)
4.更改环境。变量

控制台:

0    [main] INFO  no.dnb.database.util.DataSourceProvider  - Register         
driver=com.mysql.jdbc.Driver
1    [main] INFO  no.dnb.database.util.DataSourceProvider  - Register 
driver=com.microsoft.sqlserver.jdbc.SQLServerDriver
1    [main] INFO  no.dnb.database.util.DataSourceProvider  - Using mode 
"res" from the propertiesfile.
1    [main] INFO  no.dnb.database.util.DataSourceProvider  - 
DataSourceProvider is using mode = PROPERTIES
#
# A fatal error has been detected by the Java Runtime Environment:
#
#  EXCEPTION_ACCESS_VIOLATION (0xc0000005) at pc=0x0000000065fdf943, 
pid=17996, tid=0x00000000000042e8
#
# JRE version: Java(TM) SE Runtime Environment (8.0_211-b12) (build 
1.8.0_211-b12)
# Java VM: Java HotSpot(TM) 64-Bit Server VM (25.211-b12 mixed mode 
windows-amd64 compressed oops)
# Problematic frame:
# V  [jvm.dll+0x13f943]
#
# 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\marped\kildekode\customerbatchapplications\hs_err_pid17996.log
#
# If you would like to submit a bug report, please visit:
#   http://bugreport.java.com/bugreport/crash.jsp

是否有可能将所有内容重置为正常状态?

0 个答案:

没有答案