6 Replies Latest reply on Aug 30, 2002 4:54 AM by yeechai

    how to start jboss server in java ?

    yeechai

      Hi,
      As i am working in a school project, i have to start up a jboss server
      through java. i got no problem running the jboss server in command
      prompt...but when i program in java,
      Runtime.getRuntime().exec("C:\\jboss\\bin\\run.bat");

      it has some error messages in it and i can't start the server anyway.

      Thank you very much.