1 Reply Latest reply on May 27, 2013 7:17 AM by robby.cornelissen

    Find existing classes?

    mdale

      Is there a way to use javassist to find a list of existing java classes in the system search path? I know you can use ".getDefault()" to return the system's default search path, is there a way list the classes on this search path without knowing the class names.