Didn't work... any other ideas?
The exception info you've posted contains the complete path to jnilib (/Users/xxx.../libjsmile.jnilib). By any chance, did you modify argument of the System.loadLibary call in Wrapper.java before building jSMILE?
No I did not. I just replaced my username with xxx ...
Search found 4 matches
- Thu Jan 08, 2009 8:58 pm
- Forum: SMILE
- Topic: libjsmile.so compilation error on OS X
- Replies: 22
- Views: 48656
- Mon Dec 22, 2008 7:47 pm
- Forum: SMILE
- Topic: libjsmile.so compilation error on OS X
- Replies: 22
- Views: 48656
Re: Compile but won't link at runtime
I managed to compile SMILE on MacOS using the instructions above - however I cannot bind with the jnilib at runtime. On the running the "verify" script I get the following exception.
The script sets the LD_LIBRARY_PATH to ensure that JVM can find the native code library. This may not work on Mac ...
The script sets the LD_LIBRARY_PATH to ensure that JVM can find the native code library. This may not work on Mac ...
- Fri Dec 19, 2008 4:04 pm
- Forum: SMILE
- Topic: JVM crash using jsmile
- Replies: 7
- Views: 18401
I had problems with AnnealMap crashing as well. I found the problem seemed to be that with AnnealMap all the the conditional probabilities need to add up to 1 perfectly with double-precision - assume no rounding. If your conditionals probabilities add up something like <= 0.999999999999999... it ...
- Fri Dec 19, 2008 4:01 pm
- Forum: SMILE
- Topic: libjsmile.so compilation error on OS X
- Replies: 22
- Views: 48656
Compile but won't link at runtime
I managed to compile SMILE on MacOS using the instructions above - however I cannot bind with the jnilib at runtime. On the running the "verify" script I get the following exception.
Exception in thread "main" java.lang.UnsatisfiedLinkError: /Users/XXX/Documents/jsmile_src/java/libjsmile.jnilib ...
Exception in thread "main" java.lang.UnsatisfiedLinkError: /Users/XXX/Documents/jsmile_src/java/libjsmile.jnilib ...