This is the mail archive of the
java-discuss@sources.redhat.com
mailing list for the Java project.
Re: .class to shared library?
- To: Shane Jarych <shane at isettle dot com>
- Subject: Re: .class to shared library?
- From: Tom Tromey <tromey at redhat dot com>
- Date: 04 Dec 2000 14:18:06 -0700
- Cc: java-discuss at sources dot redhat dot com
- References: <00120415041000.22200@host-242.isettle.com>
- Reply-To: tromey at redhat dot com
>>>>> "Shane" == Shane Jarych <shane@isettle.com> writes:
Shane> I'm looking to replace a cumbersome Oracle external stored
Shane> procedure written in C (compiled to shared library) with Java
Shane> using GCJ if possible.
Shane> Is it possible to create shared libraries using java-compiled
Shane> library files?
Yes.
Shane> If so, how are they called upon when contained inside classes?
I don't understand the question.
Tom