I'm guessing you might be using some other form of the Java platform than one provided by Sun and that it doesn't work too well. Do you have a Java platform from Sun?
Will
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
I have been able to build, execute, and customise the demos.
When I go to build & run the live tests (under /sphinx4/tests/live/) - I get some sort of ant error output:
$ ant live
Buildfile: build.xml
all:
[javac] Compiling 3 source files to /home/dremington/workspace/sphinx4/bld/classes
live:
[java] The JVM option is invalid: -client
[java] Could not create the Java virtual machine.
BUILD SUCCESSFUL
Total time: 2 seconds
===========================================================
any ideas??
I'm guessing you might be using some other form of the Java platform than one provided by Sun and that it doesn't work too well. Do you have a Java platform from Sun?
Will
I was using the IBM Java platform ... I eventually want to build and run on GCJ ... but we shall see ... but that was the problem there.
Thanks for the tip.
Now to figure out the why of the problem.