This is the mail archive of the gcc-bugs@gcc.gnu.org mailing list for the GCC 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]

[Bug java/19110] New: Simple java program does not work properly


arnaud@oz:/tmp$ cat Hello.java
public class Hello{
  public static void main(String[] args) {
    System.out.println("hello");
  }
}

arnaud@oz:/tmp$ gcj-3.4 -o hello --main=Hello Hello.java
arnaud@oz:/tmp$ ./hello
?
arnaud@oz:/tmp$ gcj-3.3 -o hello --main=Hello Hello.java
arnaud@oz:/tmp$ ./hello
hello
arnaud@oz:/tmp$

-- 
           Summary: Simple java program does not work properly
           Product: gcc
           Version: 3.4.4
            Status: UNCONFIRMED
          Severity: critical
          Priority: P2
         Component: java
        AssignedTo: unassigned at gcc dot gnu dot org
        ReportedBy: avdyk at debian dot org
                CC: gcc-bugs at gcc dot gnu dot org,java-prs at gcc dot gnu
                    dot org


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=19110


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