This is the mail archive of the
java@gcc.gnu.org
mailing list for the Java project.
Re: Installation problem
- From: Erik Poupaert <erik dot poupaert at skynet dot be>
- To: jocassid at postmaster dot co dot uk
- Cc: java at gcc dot gnu dot org
- Date: Wed, 2 Jul 2003 23:57:39 +0000
- Subject: Re: Installation problem
- Organization: Erik Poupaert
- References: <PM.21627.1057182820@pmweb12.uk1.bibliotech.net>
>
> gcj Hello.java
>
It is not necessarily an installation problem.
You need to add the option --main=Hello //main entry point
You need to add the option -o hello //executable name
By the way, 3.3 and 3.2 are binary incompatible. And 3.3 contains fewer bugs.
Whenever you have a chance, you should try 3.3 instead.