> - sort out if possible the CLASSPATH issue by : > > adding a -lib command line flag > this command line flag would be processed in Launcher, not in Main > and removed from what is passed to Main > the locations coming with -lib would be set ahead in the URL > arrays used to > construct the loader created in Launcher.
Then we should add a hint in Main.processArgs(String[]), because the "-lib" will never be passed to that method (and not each person looking into that method knows why). Jan