0 Replies Latest reply on Oct 9, 2006 9:49 AM by dsrkreddy

    Running Jbpm engine..

    dsrkreddy

      Hi All

      I want to run jbpm engine in our application so for that ... i added some libreries into the jbpm-3.1.2.jar file that are (hibernate,apache,dom4j) and edit the manifest.mf file as shown below


      Manifest-Version: 1.0
      Ant-Version: Apache Ant 1.6.5
      Main-Class: org/jbpm/db/JbpmSchema
      Created-By: 1.5.0_06-b05 (Sun Microsystems Inc.)

      but when i tried to run it from comand prompt i get a following messege
      D:\jar>java -jar jbpm-3.1.2.jar
      syntax: JbpmSchema create [<hibernate.cfg.xml> [<hibernate.properties>]]
      syntax: JbpmSchema drop [<hibernate.cfg.xml> [<hibernate.properties>]]
      syntax: JbpmSchema clean [<hibernate.cfg.xml> [<hibernate.properties>]]
      syntax: JbpmSchema scripts [<hibernate.cfg.xml> [<hibernate.prope
      rties>]]

      D:\jar>


      and actually my intension is to write a ,method to run jbpm in our application of our project .. so please help me to move further ..
      does the main class to start jbpm engine in the jar file is "jbpmSchema.class " and did i need to include any more lib files.. into it...

      please help me ...

      thanks in advance for one and all.....