This is the mail archive of the
java@gcc.gnu.org
mailing list for the Java project.
compiling java.awt with gcj
- From: "Koecher Rainer ETR.ETB2" <Rainer dot Koecher at ElinEbgTraction dot at>
- To: <java at gcc dot gnu dot org>
- Date: Fri, 28 Jun 2002 08:40:11 +0200
- Subject: compiling java.awt with gcj
Does anyone know how to use java.awt with gcj 3.1?
I wrote a simple test program which displays a window with nothing in it
and compiled it successfully. But when I tried to start the program I
got the following output on the command line:
returned
end
that is all what happened.