Re: RFC: java/awt/Toolkit.java fix

2006-05-15 Thread Mark Wielaard
Hi Jeroen, On Mon, 2006-05-15 at 17:49 +0200, Jeroen Frijters wrote: > Sorry for being so late, but I would like to get this patch in the > release, because I made some changes to IKVM class loading that exposed > the fact that Toolkit incorrectly calls ClassLoader.loadClass instead of > Class.for

RFC: java/awt/Toolkit.java fix

2006-05-15 Thread Jeroen Frijters
Hi Mark, Sorry for being so late, but I would like to get this patch in the release, because I made some changes to IKVM class loading that exposed the fact that Toolkit incorrectly calls ClassLoader.loadClass instead of Class.forName (and hence failing to load my AWT toolkit). If you'd rather no