This is the mail archive of the
java@gcc.gnu.org
mailing list for the Java project.
Re: java.endorsed.dirs plan
>>>>> "Anthony" == Anthony Green <green@redhat.com> writes:
Anthony> Will this be sure to print the right jar file if we do
Anthony> something like this...?
Anthony> Class c = showString.class;
Anthony> System.out.println (c.getResource( "/org/xml/sax/XMLReader.class"));
I can't see why not.
Anthony> Are you sure you don't mean "static linkers" instead? Many embedded
Anthony> users are using Linux where all this dynamic loading is no problem. I
Anthony> think the real problem will be for Windows users and embedded static
Anthony> linkers.
Yeah, good point.
Tom