Minimal libjava for embedded applications?
C. Brian Jones
cbj@gnu.org
Thu Feb 17 19:56:00 GMT 2005
On Wed, 2005年02月16日 at 11:07, Tom Tromey wrote:
> >>>>> "Joshua" == Joshua Shagam (NY) <jshagam@guillemot.com> writes:
>> Joshua> I was wondering if there has already been any work into making
> Joshua> a minimal libjava for use with gcj which only provides the
> Joshua> bare minimum necessary to get a basic application running.
>> Nothing formal, though it has been talked about a lot.
> I know some other users omit various parts of the library from the
> build, for instance modifying the makefiles to omit all the AWT,
> Swing, etc, code.
It isn't that hard to write code to traverse the dependency tree,
looking at the constant pool data (and ignoring reflection), so why not
make it possible to do linking this way and if the user needs to they
could specify other things needed or used via reflection manually?
Brian
--
Brian Jones <cbj@gnu.org>
More information about the Java
mailing list