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: Can't create Frame object with gcc 3.2


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


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