2 Replies Latest reply on Jun 23, 2002 7:33 AM by andhess

    JBoss3 using sun.tools.javac

    andhess

      Hello, I've written a MBean which offers a service to
      dynamically compile a java file and load the class. This
      works perfectly under JBoss2.4.4 using java.class.path as
      the classpath parameter to the compiler.
      Using JBoss3 the compiler can't find any of my classes.

      How can I determine the classpath of the context of a MBean and pass this to the java compiler ??

      Andreas