including jsmile in a maven project

The engine.
Post Reply
Seixas
Posts: 1
Joined: Sun Apr 20, 2014 10:20 pm

including jsmile in a maven project

Post by Seixas »

Does anyone know about the configuration of a maven project for jSmile?
I added the smile.jar on maven dependencies (POM.xml file) and set the java.library.path=/some/path/libjsmile.so using the exec.args parameters (I got there in the following way: project --> properties --> actions). I'm using Netbeans 8.1. Even so, jsmiles classes aren't found along the execution time. Am I missing something?
I would appreciate any help.
Flavio.
shooltz[BayesFusion]
Site Admin
Posts: 1417
Joined: Mon Nov 26, 2007 5:51 pm

Re: including jsmile in a maven project

Post by shooltz[BayesFusion] »

Are you getting an exception during runtime? If so, what type of exception and what message text are displayed?
Post Reply