This is the mail archive of the java@gcc.gnu.org mailing list for the Java project.
| Index Nav: | [Date Index] [Subject Index] [Author Index] [Thread Index] | |
|---|---|---|
| Message Nav: | [Date Prev] [Date Next] | [Thread Prev] [Thread Next] |
| Other format: | [Raw text] | |
I'd like to check in the solib: URL patch, but first I thought I'd ask the list, since this is a strange sort of patch, adding somewhat unusual functionality under the hood.
The basic idea of the patch is to add a new kind of URL, "solib:". Accessing resources from a URL of this form causes libgcj to dlopen the appropriate library and look inside it. In conjunction with a change to URLClassLoader, this makes it very easy to load classes from shared libraries in a controlled way.
| Index Nav: | [Date Index] [Subject Index] [Author Index] [Thread Index] | |
|---|---|---|
| Message Nav: | [Date Prev] [Date Next] | [Thread Prev] [Thread Next] |