This is the mail archive of the
java@gcc.gnu.org
mailing list for the Java project.
Re: standalone jface with gcj
- From: Jeff Sturm <jsturm at one-point dot com>
- To: Norbert Frese <postfach at nfrese dot net>
- Cc: java at gcc dot gnu dot org
- Date: Thu, 20 Nov 2003 09:07:00 -0500 (EST)
- Subject: Re: standalone jface with gcj
On Wed, 19 Nov 2003, Norbert Frese wrote:
> The "jface-standalone.jar"/jface.o contains a minimalistic
> "org.eclipse.core.runtime.Platform" and only those classes from
> runtime.jar which are required by jface (& some little changes to the
> jface-sources to make them compile with gcj).
Very cool.
> *) i don't know why, but compiling the resources with
> "gcj -c jface_orig_res_imgs.zip -o jface-resorces.o"
> from a zip-file does not work. it does not complain, but the
> "jface-resources.o" is very small and does not contain any
> images/property-fieles.
> (maybe because i'm using the old gcj 3.3.1)
I think the "compile resources from .jar" capability is 3.4 and later
only.
Jeff