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.
[java] Usage: java [-options] class [args...]
[java] (to execute a class)
[java] or java [-jar] [-options] jarfile [args...]
[java] (to execute a jar file)
[java] where options include:
[java] -cp -classpath <directories and zip/jar files separated by :>
[java] set search path for application classes and resources
[java] -D<name>=<value>
[java] set a system property
[java] -verbose[:class|gc|jni]
[java] enable verbose output
[java] -version print product version
[java] -showversion print product version and continue
[java] -? -help print this help message
[java] -X print help on non-standard options
[java] -assert print help on assert options
[java] Java Result: 1
BUILD SUCCESSFUL
Total time: 2 seconds
===========================================================
any ideas??
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
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.