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




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