This is the mail archive of the
java-discuss@sources.redhat.com
mailing list for the Java project.
.class to shared library?
- To: java-discuss at sources dot redhat dot com
- Subject: .class to shared library?
- From: Shane Jarych <shane at isettle dot com>
- Date: Mon, 4 Dec 2000 14:55:56 -0500
I'm looking to replace a cumbersome Oracle external stored procedure written in
C (compiled to shared library) with Java using GCJ if possible.
Is it possible to create shared libraries using java-compiled library files?
If so, how are they called upon when contained inside classes?
Any examples would be appreciated.