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]

Re: options for compiling large jars


Tom Tromey wrote:
I think the script we use also omits non-.class files when compiling.
If you're deploying using the class map .db then you need the jars
around anyhow, and resources compiled into a .so will just waste space
and not be used.

That brings me to my next question: Kawa has a gckawa script (not installed by the Fedora rpm). This script enables someone to aot-compile classes compiled by Kawa (from Scheme/XQuery sources) to native code. I'm trying to figure out to write such a script so that it uses the installed .jar and .so files, both at compile/link-time and run-time.

More generally, is there a supported procedure to gcj-compile a
Java application, using installed libraries?
--
	--Per Bothner
per@bothner.com   http://per.bothner.com/


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