I compield below source code with GCJ.
public class Test {
public static void main(String args[]) { System.out.println("This is a test."); } }
gcj --main=Test -o Test Test.java
Compiled well. But I got "An unhandled win32 exception" when I execute the Test.exe.
GCJ Version is
gcj (GCC) 3.4.5 (mingw special) Copyright (C) 2004 Free Software Foundation, Inc. This is free software; see the source for copying conditions. There is NO warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
OS is "Windows 2003 Server"
Thanks.
Recent comments
20 hours 36 min ago
20 hours 53 min ago
3 days 6 hours ago
1 week 12 hours ago
6 weeks 20 hours ago
6 weeks 22 hours ago
6 weeks 23 hours ago
6 weeks 6 days ago
7 weeks 3 days ago
9 weeks 5 days ago