0 Replies Latest reply on Sep 26, 2003 5:25 AM by username

    set property

      Hello.
      I run JBoss 3.0.6 with jetty on WIndows.

      I need to set LD_LIBRARY_PATH variable
      for DB2 access at startup of JBoss.
      If I set as an enviroment variable of WIndows OS
      when I try to get it :

      System.out.println("LD_LIBRARY_PATH " + System.getProperty(""));

      I receive null

      Where it is more convenient do it and how?

      Thanks
      U.