This error:
Abby Reeves wrote:
Caused by: java.lang.UnsatisfiedLinkError: Can't load library: C:\Users\yanny\AppData\Local\Temp\ABACQ1_7_jmath\Runtimes\jni4net.n.w32.v20-0.8.6.0.dll
means that
Java cannot load the specified DLL, which is necessary to run the program.
Maybe the DLL does not exist in the location that Java is trying to load it.
Check that the file C:\Users\yanny\AppData\Local\Temp\ABACQ1_7_jmath\Runtimes\jni4net.n.w32.v20-0.8.6.0.dll exists.
Another cause of this problem might be that the DLL is a 32-bit DLL, and you're using a 64-bit version of Java. If that's the problem, then you'll have to either install and use a 32-bit version of Java, or you'll have to find a 64-bit version of the DLL.