SMILE INITERR 0D in jsmile

The engine.
Post Reply
pratikcsc
Posts: 2
Joined: Wed May 23, 2018 9:48 am

SMILE INITERR 0D in jsmile

Post by pratikcsc »

I did the following steps, please inform me if I have missed something.
1. download the Wrappers "jsmile-1.2.1-linux64" as I am using ubuntu 16.04 64bit system.
2. download the license key from https://download.bayesfusion.com/files. ... emia#SMILE
3. I am working with Hello.java with VentureBN.xdsl as given by tutorial
4. added the "jsmile-1.2.1.jar" in my project of eclipse oxygen 3 IDE
4. inserted the license key code in the main code
after doing this I tried to run the program for and the error displayed like
Exception in thread "main" java.lang.UnsatisfiedLinkError: no jsmile in java.library.path
5. That's why I had to add the native library location path to the folder where "libjsmile.so" is located
this resolves above-mentioned error but shows SMILE INITERR 0D.

Before providing the license the error came with ".....Caused by: smile.SMILEException: License.P is null"

here is the screen shot
New_JSMILE.jpg
New_JSMILE.jpg (189.28 KiB) Viewed 4325 times
marek [BayesFusion]
Site Admin
Posts: 430
Joined: Tue Dec 11, 2007 4:24 pm

Re: SMILE INITERR 0D in jsmile

Post by marek [BayesFusion] »

The cause for the error code 0D is a mismatch between your license and your library, for example you have a commercial version of SMILE and an academic license. Please make sure that you have the version of SMILE that corresponds to your license.
I hope this helps,

Marek
Post Reply