I'm trying to make Sphinx4 work but I have a problem with Eclipse.
I've been following the tutorial (Eclipse.html) but when I reach the step about including the edu.cmu.sphinx.model into the sources of the project, it all gets weird.
Maybe it's because I'm not a native speaker but I really can't understand what must be done at this step. Some of what is written simply never happen or some windows have names that really don't correspond to what I have on my screen.
The main problem being that when I try to run one of the demos, Eclipse cannot find the Main Classes of the Java Application (exemple: src.demo.sphinx.helloworld.HelloWorld).
Can anyone tell me step by step what must actually be done here ? Maybe it has to do with my version of Eclipse that may not be the same as the one in the tutorial (I'm using Eclipse 3.2.2)?
Thank you for your time.
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
I did it. Unfortunately, there's no src/demo folder to add to the build path. Anything more I may have overlooked (i'm not very familiar with Java/Eclipse) ?
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Yeah, it doesn't really work. What you may want to do instead is to use the "Create project from Ant Buildfile" option to create a project from build.xml.
Then you can add src/demo to the build path.
I'm going to write better instructions sometime soon but I don't have time at the moment.
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Hello everyone.
I'm trying to make Sphinx4 work but I have a problem with Eclipse.
I've been following the tutorial (Eclipse.html) but when I reach the step about including the edu.cmu.sphinx.model into the sources of the project, it all gets weird.
Maybe it's because I'm not a native speaker but I really can't understand what must be done at this step. Some of what is written simply never happen or some windows have names that really don't correspond to what I have on my screen.
The main problem being that when I try to run one of the demos, Eclipse cannot find the Main Classes of the Java Application (exemple: src.demo.sphinx.helloworld.HelloWorld).
Can anyone tell me step by step what must actually be done here ? Maybe it has to do with my version of Eclipse that may not be the same as the one in the tutorial (I'm using Eclipse 3.2.2)?
Thank you for your time.
I did it. Unfortunately, there's no src/demo folder to add to the build path. Anything more I may have overlooked (i'm not very familiar with Java/Eclipse) ?
Yeah, it doesn't really work. What you may want to do instead is to use the "Create project from Ant Buildfile" option to create a project from build.xml.
Then you can add src/demo to the build path.
I'm going to write better instructions sometime soon but I don't have time at the moment.