This is the mail archive of the
java@gcc.gnu.org
mailing list for the Java project.
RE: Problems using the GCJ interpreter
- From: Øyvind Harboe <oyvind dot harboe at zylin dot com>
- To: <tromey at redhat dot com>
- Cc: <java at gcc dot gnu dot org>
- Date: Wed, 19 Feb 2003 21:46:21 +0100
- Subject: RE: Problems using the GCJ interpreter
> Right now, having precompiled code refer to interpreted code
> is unsupported. So if you want to compile your application,
> you'll have to compile the libraries to which it directly refers.
Ah!
About my motiviation for using GCJ:
Deployment.
I want one small .zip file with all files required across all
Windows versions.
If that means compiling natively, fine. If GIJ does the trick,
fine. (tried it quickly in GCJ 3.3, but I need the property parsing
crash I posted dealt with first).
I have a simple GUI app that >1GHz machines run around in circles.
Øyvind