2 Replies Latest reply on May 30, 2013 1:50 PM by wl880504

    How to add JVM parameter?

    wl880504

      In command line, I can run a java file like:

       

          java -Dlogback.configurationFile=logback.xml -jar floodlight.jar

       

      But in OSGi container like FUSE ESB, I cannot add such

       

          -Dlogback.configurationFile=logback.xml

       

      How can I do the same thing when use osgi container?