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: 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


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