DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG 
RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT
<http://nagoya.apache.org/bugzilla/show_bug.cgi?id=3158>.
ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND 
INSERTED IN THE BUG DATABASE.

http://nagoya.apache.org/bugzilla/show_bug.cgi?id=3158

"java" task has got problems with loading classes on Java1.4





------- Additional Comments From [EMAIL PROTECTED]  2002-12-02 16:47 -------
On at least some VMs, may work to use ClassLoader.systemClassLoader.parent; on
my Sun 1.4.1 VM, this is the extension loader (with parent null == bootstrap
loader). That will load from rt.jar (incl. org.xml.sax.** etc.) as well as
registered extensions (jre/lib/ext/). But I'm not at all sure this is guaranteed
to work, especially on JDK 1.1.

--
To unsubscribe, e-mail:   <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>

Reply via email to