how to setup the sphinx with netbeans

Posted by Pradeep on Stack Overflow See other posts from Stack Overflow or by Pradeep
Published on 2010-04-27T17:10:26Z Indexed on 2010/04/27 17:13 UTC
Read the original article Hit count: 465

Filed under:

i have successfully configured sphinx4 with eclipse.

for that these steps i have used.

  1. copy my java and config files to SRC folder
  2. all the necessary jar files (in the lib). the lib folder added to the root of the project
  3. build those jar files (jsapi files too)
  4. change the configuration file and give the proper path
  5. test the java file

but in Netbeans i really dont understand how to do the proper steps. can someone help me. the jar files should be added to "Libraries" rite. then after adding them how to build them. in the netbeans it dont show a SRC folder. so all the java files and configuration files should go to Source Packages folder rite.

can someone help me with this. please

© Stack Overflow or respective owner

Related posts about sphinx4