This is the mail archive of the java-patches@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: Error in executing native code


On Sat, 20 Sep 2003, Karthik wrote:
> I'm trying to compile to native code which has an simple AWT interface using
> GCJ. I am not able to execute the native code.
> I am using the GCC 3.3.1 release . I had earlier configured GCJ with
> "--enable-java-awt=gtk". Have I missed out any thing.

Bad news: AWT support in 3.3.1 is very incomplete, may only run simple
programs, and may not work at all.  (What errors did you get?  Can you
run the program at all?  Does it throw exceptions, or just not display
anything?)

Good news: AWT in 3.4 snapshots is progressing well.  I bet the team would
welcome your help if you download one of the snapshots, try it on your
code, and provide them feedback.  3.4 is due to be released early 2004, I
believe.

Jeff


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