Cygwin, W98 and gcj sequel
cormier
cormier@u-picardie.fr
Wed Sep 13 01:58:00 GMT 2000
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 run ONLY ONCE after booting PC and running cygwin, if
nothing was running before in cygwin windows.
Christian CORMIER
cormier@u-picardie.fr
--
Want to unsubscribe from this list?
Send a message to cygwin-unsubscribe@sourceware.cygnus.com
More information about the Cygwin
mailing list