2 Replies Latest reply on Jan 24, 2005 4:00 AM by dimitris

    MBean and how to add to Classpath

    berlinbrown

      I have setup a simple MBean Service, the jar is located in
      default/deploy/TestMBean.jar(for example)

      and with



      everything works fine, but I noticed that when I print the Classpath
      using

      System.getProperty("java.class.path") that particular TestMBean.jar
      doesnt appear in the list. Can I still add a jar to the classpath so that it comes up in the Java properties?