------- Additional Comments From falk at debian dot org 2004-07-30 23:18 ------- I built a compiler with this, it built fine. When I try to run the two mentioned programs, I get:
[EMAIL PROTECTED]:/tmp% gcj TestAWT.java --main=TestAWT && ./a.out Exception in thread "main" java.awt.AWTError: Cannot load AWT toolkit: gnu.java.awt.peer.gtk.GtkToolkit *** Got java.lang.NegativeArraySizeException while trying to print stack trace. [EMAIL PROTECTED]:/tmp% gcj testswing.java --main=testswing && ./a.out Exception in thread "main" java.awt.AWTError: Cannot load AWT toolkit: *** Got java.lang.NegativeArraySizeException while trying to print stack trace. Sorry, I don't know what that means, I'm really clueless when it comes to Java, do I need to install anything else? -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=16121 ------- You are receiving this mail because: ------- You reported the bug, or are watching the reporter.