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]

URLClassloader and native objects


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


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]