Jose Alvarez - 2007-10-06

Hi, i'm trying to test the svn-version of sphinx4 (revision 7277), but when i create a project in netbeans, numerous error marks appears, for example:

in demo.helloworld, HelloWorld.java:

line 15: import edu.cmu.sphinx.frontend.util.Microphone; --> Cannot find symbol
line 68: Result result = recognizer.recognize(); --> Incompatible types

and that way in almost all files. I followed the instructions of the documentation (although this makes reference to the old version source code whose organization is different of the svn-version), adding the folders src and tests, and the jsapi library.

Which is correct the way to create the project in Netbeans, using the svn-version?

Thanxs in advance.

Ps: Using netbeans 6.0b1 and JDK 1.6_01