https://issues.apache.org/bugzilla/show_bug.cgi?id=50610
--- Comment #19 from Nick Burch <[email protected]> 2011-02-22 06:19:19 EST --- (In reply to comment #18) > To fix that, the top level excelant class needs to be able to append entries > to > the classpath. I haven't had time to read up on how to accomplish this. If the classpath is a path reference, then that's really easy to do. Get the path reference object, call createPathElement on that, then call setLocation on the path element with the file object pointing to your new jar / class -- Configure bugmail: https://issues.apache.org/bugzilla/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug. --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
