This is the mail archive of the cygwin@sources.redhat.com mailing list for the Cygwin project.


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

Cygwin, W98 and gcj end


	Thanks in advance to anybody who have time to waste.
Loading last version of Cygwin on W98
Loading all http://www.cs.bris.ac.uk/~jb7216/libgcj/

standard@OEMCOMPUTER ~
$ cat Hello.java
public class Hello{
         public static void main(String[] args){
                 System.out.println("Hello \n");
         }
}

standard@OEMCOMPUTER ~
$ gcj --main=Hello  -o Hello Hello.java

standard@OEMCOMPUTER ~
$ ./hello
// Nothing is printed !!!!!!!!!!!!!!!!!!!!

In fact the program runs ONLY ONCE after booting PC and running cygwin, 
with or without other commands before.

Christian CORMIER
cormier@u-picardie.fr

--
Want to unsubscribe from this list?
Send a message to cygwin-unsubscribe@sourceware.cygnus.com


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