java hosting


What other ways can I run Jenny besides from the command line?

From your IDE:

    Make sure the classpath in your IDE includes jr.jar.

    Define the "Main Class" (a.k.a "Target" or "command") as

      com.javaranch.jenny.dev.Jenny
    . Define the "Program Parameters" as
      db.properties
    where db.properties is a properties file that describes where Jenny should find your database.

    Use the "Run" command.




Page maintained by Marilyn de Queiroz