On Fri, 19 Sep 2003, Conor MacNeill <[EMAIL PROTECTED]> wrote: > The issue comes from getting it to not delegate.
I know. > This approach in the end is really the same as not using the > CLASSPATH variable. After all, if we don't delegate, we wont find > the classes the user has put in their classpath which brings us back > to square 1. Not in this case, as the classloader created in Launcher contains all that's been in the CLASSPATH already itself. It will find all classes the system classloader can find itself. Except for the bootstrap class loader, that is. > We can enforce ignore CLASSPATH in the scripts so why not just do > that forcibly ignore the CLASSPATH variable. Sure, that's the other option - along with telling people to use Main instead of Launcher if they need the old behavior (like Gump or maybe the IDE integration folks). Stefan --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]