classpath-patches
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [cp-patches] RFC: RMI Class loader fix


From: Mark Wielaard
Subject: Re: [cp-patches] RFC: RMI Class loader fix
Date: Mon, 25 Jul 2005 18:18:46 +0200

Hi,

On Mon, 2005-07-25 at 14:52 +0200, Jeroen Frijters wrote:
> I'm not an RMI person, but an IKVM user ran into an RMI problem that I
> think is caused by a problem in the RMI class loader that the attached
> patch should fix.
> 
> Please comment.

I assume this is because the code tries to load an array class and
forName() allows to specify arrays as type strings, but loadClass() only
allows for fully qualified class names? Our documentation isn't very
clear here. But if that is the case then this patch looks good.

Cheers,

Mark

Attachment: signature.asc
Description: This is a digitally signed message part


reply via email to

[Prev in Thread] Current Thread [Next in Thread]