Can't create Frame object with gcc 3.2

Tom Tromey tromey@redhat.com
Mon Nov 4 08:56:00 GMT 2002


>>>>> "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



More information about the Java mailing list