1 Reply Latest reply on Oct 12, 2007 11:21 AM by peterj

    Jboss libraries

    drnickit

      Hello,

      I'm currently having problems that one of my classes is loaded incorrectly in jboss. I'm thinking that Jboss is using the wrong jar, but i can't seem to find which jar it is using.

      Is there a way to print the libraries (and their location) JBoss is using?

      kind regards

        • 1. Re: Jboss libraries
          peterj

          Add the -verbose:class JVM option to the command line. The easiest way to do this is edit the run script and add it to JAVA_OPTS. Then when a class is loaded, the JVM will print the name of the class and the jar file it comes form.