classpath-patches
[Top][All Lists]
Advanced

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

RE: [cp-patches] Native library class loader fixes


From: Jeroen Frijters
Subject: RE: [cp-patches] Native library class loader fixes
Date: Tue, 4 Jan 2005 17:09:54 +0100

Archie Cobbs wrote:
> You're right.. I inadvertently changed the logic.

Ah, that explains it.

> Attached is the updated patch with this fixed.

Thanks. I wouldn't make this change though:

-             throw new UnsatisfiedLinkError("Could not load library " +
filename);
-          }
+           throw new UnsatisfiedLinkError("Could not find library " +
libname);

The nicest would actually be to include both names in the exception
message.

Regards,
Jeroen




reply via email to

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