解决HSDB中UnsatisfiedLinkError异常

把自己C:\Program Files\Java\jre\bin目录下sawindbg.dll 粘贴到C:\Program Files\Java\jdk1.8.0_111\jre\bin 下既好。

为什么会报Unknown Source???可能因为跨线程了,导致捕获不了线程的错误信息。

我们来看一看jdk对UnsatisfiedLinkError的定义:

Thrown if the Java Virtual Machine cannot find an appropriate
native-language definition of a method declared native.
因为JVM找不到本地语言定义的方法所以报这个错。

经常看到Exception的错误,终于见到了一次Error的错误!!!

猜你喜欢

转载自blog.csdn.net/nmjhehe/article/details/109468619