URLClassloader and native objects
Sal
gcj@svf.dreamhost.com
Fri Jun 11 22:59:00 GMT 2004
Is it possible to load native objects (compiled with GCJ) via the
URLClassloader? If not, is there another way to do this via GCJ?
I imagine putting native objects on another computer on the network, and
when requested a classloader would load and send it in much the same way
you can with class files. It seems it could work as with normal
objects, but instead of sending VM bytecode you'de be sending x86 code.
If its not currently possible, are there plans already in the works to
support this?
- Sal
More information about the Java
mailing list