Are Smile jars OS independent or dependent?

The engine.
Post Reply
ATCadman
Posts: 2
Joined: Fri Aug 02, 2013 12:55 pm

Are Smile jars OS independent or dependent?

Post by ATCadman »

We are building an application using jsmile which we run on Windows (using smile.jar and jsmile.dll), Linux (using smile.jar and libjsmile.so) and OS X (using smile.jar and libjsmile.jnilib).

Do we need to use a different jar for each operating system? Initial tests showed that the same jar worked on all different operating systems, but because they are different sizes we wanted to check whether this is the case.

many thanks,

Andrew
shooltz[BayesFusion]
Site Admin
Posts: 1417
Joined: Mon Nov 26, 2007 5:51 pm

Re: Are Smile jars OS independent or dependent?

Post by shooltz[BayesFusion] »

The desktop platforms use the same jar. The jar for Android is slightly different due to lack of java.awt.Color and java.awt.Rectangle.
ATCadman
Posts: 2
Joined: Fri Aug 02, 2013 12:55 pm

Re: Are Smile jars OS independent or dependent?

Post by ATCadman »

Many thanks for that.
Post Reply