Menu

Cant Get /test/live to execute

Help
2005-09-16
2012-09-22
  • Darren Remington

    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??

     
    • Willie Walker

      Willie Walker - 2005-09-19

      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

       
      • Darren Remington

        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.

         

Log in to post a comment.

Want the latest updates on software, tech news, and AI?
Get latest updates about software, tech news, and AI from SourceForge directly in your inbox once a month.