URLClassLoader

2001-03-19 Thread Mark Wielaard
Hi, I commited an implementation of java.net.URLClassLoader. I wrote this two years ago and didn't commit it because I hadn't tested it and I know that it is not completely correct. But it is probably a good idea to copy this code from my private hard disk and put it in the public CVS tree.

ExceptionInInitializerError, InvocationTargetException

2001-03-19 Thread Mark Wielaard
Hi, I just made the following change based on what Bryce McKinlay did in libgcj. 2001-03-19 Mark Wielaard [EMAIL PROTECTED] * java/lang/ExceptionInInitializerError.java: print classname for target exception * java/lang/reflect/InvocationTargetException.java: idem Cheers, Mark