This is the mail archive of the
java@gcc.gnu.org
mailing list for the Java project.
Re: Can't create Frame object with gcc 3.2
- From: Tom Tromey <tromey at redhat dot com>
- To: Pierre Habraken <Pierre dot Habraken at imag dot fr>
- Cc: java at gcc dot gnu dot org
- Date: 04 Nov 2002 09:49:41 -0700
- Subject: Re: Can't create Frame object with gcc 3.2
- References: <3DC6299C.4F0E1E8E@imag.fr>
- Reply-to: tromey at redhat dot com
>>>>> "Pierre" == Pierre Habraken <Pierre.Habraken@imag.fr> writes:
Pierre> I am trying to compile and execute a small Java program using gcc 3.2.
Pierre> This program (see below) just creates a Frame object and displays it.
Pierre> When executing the program, either as a "standalone" executable or
Pierre> through gij, then an exception java.awt.AWTError is raised.
Pierre> Am I doing something wrong ?
gcj doesn't yet provide a complete AWT implementation. That is the
problem you are seeing.
Tom