1 Reply Latest reply on Feb 22, 2008 6:01 PM by peterj

    JBoss Package Structure and Dependency

    fengbin98

      Can anybody tell me where I can find the above information? I am getting

      Exception in thread "main" java.lang.NoClassDefFoundError: org/jboss/util/id/SerialVersion

      I would like to know which package this and other classes are in.

        • 1. Re: JBoss Package Structure and Dependency
          peterj

          You can find it in the following files:

          client/jboss-common.jar
          client/jbossall-client.jar
          lib/jboss-common.jar
          server/xxx/deploy/management/console-mgr.sar/web-console.war/applet.jar

          There is no central list of what jar contains what class. If you are running in the server, it should have automatically picked up the class from the lib directory. For a client, you should have jbossall-client.jar in your classpath.