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: Compiling XML parsers (xerces, Dom4j, etc...)


Bryce> You can compile resource bundles into shared libraries by way of the
Bryce> --resource argument to GCJ. Its likely that GCJ needs some
Bryce> improvement/bug-fixes in this area, however - I suspect resources
Bryce> contained in .jar's may not be compiled automatically?

Actually, we implemented this last year.  All non-.class files in a
jar are compiled as resources.  This is in 3.4.

Tom


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