1 Reply Latest reply on Feb 29, 2012 6:13 PM by pwattenbarger

    java.library.path ignored?

    pwattenbarger

      Using jboss-7 final in standalone mode.  When I add a java.library.path variable, it either overwrites it or it is not there.

      Is there a default location for the library if I cannot set it?

       

      JBoss Bootstrap Environment

      JBOSS_HOME: c:\tools\jboss\jboss-as-7.1.0.Final

      JAVA: C:\tools\Java\jdk1.6.0_30\bin\java

      JAVA_OPTS: -XX:+TieredCompilation -Dprogram.name=standalone.bat -Xms64M -Xmx512M -XX:MaxPermSize=256M -Dsun.rmi.dgc.client.gcInterval=3600000 -Dsun.rmi.dgc.server.gcInterval=3600000 -Djava.net.prefe ....
      IPv4Stack=true -Djava.libary.path=c:\tools\jboss\jboss-as-7.1.0.Final\bin\\native\win64 -Dorg.jboss.resolver.warning=true -Djboss.modules.system.pkgs=org.jboss.byteman -Djboss.server.default.config=s
      andalone.xml

       

      When the beans are loaded it then complains that the library could not be found in the java.library.path

       

      Any help is appreciated...

       

      On a side note, it is much faster then 6.

       

      Thanks Philip.