This is the mail archive of the
java@gcc.gnu.org
mailing list for the Java project.
Re: GCJ information
- From: Bryce McKinlay <bryce at waitaki dot otago dot ac dot nz>
- To: "Vladimir Puskas" <vpuskas at EUnet dot yu>
- Cc: "maiList GCJ" <java at gcc dot gnu dot org>
- Date: Sun, 23 Dec 2001 11:48:02 +1300
- Subject: Re: GCJ information
On Sunday, December 23, 2001, at 02:27 AM, Vladimir Puskas wrote:
> I am compiling WebDocWf project and continuously failing to make it.
> Compilations are failing on some exception classes from java.security;
> java.awt; and java.rmi. I've managed to start a bare-bones WebDocWf
> server
> through gij interpreter, and concluded that compilation should go well
> too.
>
> Would GCJ version 3.1 cure my troubles, that is will it include
> classes I
> need now?
We've added a lot of java.security and java.rmi classes since 3.0, but
not much if any more AWT classes. So, using 3.1 should help a lot but
you may still have to remove or stub out some references to AWT classes
in your application.
If there are still missing classes that your application needs, let us
know what they are and we can add stubs for them, at least.
regards
Bryce.