java.lang.UnsatisfiedLinkError
动态库已放到了system32的下面
java调用动态库时出现如下错误
Exception in thread "main" java.lang.UnsatisfiedLinkError: retireForecastor
at com.whty.common.test.RetireForecast.retireForecastor(Native Method)
at com.whty.common.test.Test.main(Test.java:22)