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


Tom, thanks for your reply.
Looking at http://gcc.gnu.org/java/libgcj-classpath-compare.html I saw a
lot of AWT classes and did not notice that the class Frame was not
there.
Are there in libgcj some features already implemented providing some
kind of binding to the Xlib ?

Pierre

 
Tom Tromey wrote:
> 
> >>>>> "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

-- 
________________________________________________________________________
Pierre HABRAKEN - mailto:Pierre.Habraken@imag.fr
Tél: 04 76 82 72 83 - Fax: 04 76 82 72 87
IMAG-LSR BP72 38402 SAINT MARTIN D'HERES Cedex
________________________________________________________________________


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