At 04:32 30/6/00 +0200, you wrote: > >Hi, >Ok I found that using Ant's -bootclasspath option works but >only when I strip the Corbaclasses from the original rt.jar file. >Does anybody know if there is there any way to avoid this ? >I don't really like this solution. > >Could I patch Ant to load my corba classes explictly ?
well you can change the buit.sh or build.bat to place your classes in bootclasspath *before* rt.jar. Some VMs (all ??) offer someway to prepend additions to bootclasspath.
