Message5479

Author doublep
Recipients cgroves, doublep, leosoto
Date 2010-02-01.15:36:18
SpamBayes Score 5.154647e-05
Marked as misclassified No
Message-id <1265038579.34.0.370424986934.issue1216@psf.upfronthosting.co.za>
In-reply-to
Content
I admit I don't.  After a brief search this is the best I could find: http://bugs.sun.com/bugdatabase/view_bug.do?bug_id=4452022

Note that it suggests using ClassLoader.getSystemClassLoader() or else Thread.currentThread().getContextClassLoader().  I actually didn't even know about the former, but my understanding is that it is a bootstrap classloader and is thus useful only for JRE itself.
History
Date User Action Args
2010-02-01 15:36:19doublepsetmessageid: <1265038579.34.0.370424986934.issue1216@psf.upfronthosting.co.za>
2010-02-01 15:36:19doublepsetrecipients: + doublep, cgroves, leosoto
2010-02-01 15:36:19doubleplinkissue1216 messages
2010-02-01 15:36:18doublepcreate