Re: App won't start...

From: Jean Pierre Malrieu (jp.malrie..ree.fr)
Date: Mon Apr 04 2005 - 16:36:18 EDT

  • Next message: Jean Pierre Malrieu: "Images not showing up in deployment"

    Le 3 avr. 05, à 21:16, Chuck Hill a écrit :

    > # JVM == java
    > # JVMOptions ==
    > # JDB == jdb
    > # JDBOptions ==
    > # ApplicationClass == ${principalClass}
    >
    > This should read
    > # ApplicationClass == <fully qualified name of Application class>
    >
    > e.g.
    > # ApplicationClass == Application
    > or
    > # ApplicationClass == com.foo.bar.Application
    >
    > principalClass should be defined in the build.properties file in your
    > project:
    > principalClass = com.foo.bar.Application
    >
    > Or, perhaps, your build.xml is malformed.
    >
    >
    > Chuck
    >

    Thanks a lot, Chuck, that was it.

    JPM.



    This archive was generated by hypermail 2.0.0 : Mon Apr 04 2005 - 19:28:06 EDT