This is the mail archive of the
java@gcc.gnu.org
mailing list for the Java project.
Re: Re: GCJ and J2ee
- From: Andrew Haley <aph at redhat dot com>
- To: dbousseb at netcourrier dot com
- Cc: green at redhat dot com, java at gcc dot gnu dot org
- Date: Wed, 15 Jun 2005 15:11:28 +0100
- Subject: Re: Re: GCJ and J2ee
- References: <mnet1.1118844395.19757.dbousseb@netcourrier.com>
dbousseb@netcourrier.com writes:
> Hi AG;
>
> GCJ works only under Linux/UNix ?
He didn't say that; he said that gcj app server code has only been
tested under GNU/Linux.
> I would like to generate a native code to scrambles Java source
> code to make it very difficult to understand or reverse-engineer.
In which case gcj won't help you, because Java app servers all load
from bytecode files, gcj included.
Andrew.