1 Reply Latest reply on Oct 29, 2007 12:48 AM by jaikiran

    Get the path of JBoss server by API !

    changemylife

      Hi all !

      To get the path of Java home. I write:

      String path = System.getProperty("java.home");


      And to get the path of Jboss server, I try:
      String path = System.getProperty("jboss.home");

      But the result is Null.

      How I can get the path of JBoss home by Java API ? Please guide to me.

      Thanks.

      Catania.