Alireza Ghasemi wrote:
> I tried to compile a simple Hello,world program with gcj. The code was :
> public class Welcome {
> public static void main( String args[] )
> {
> System.out.println( "Welcome to Java Programming!" );
> }
> }
> I created Welcome.class with "gcj -C Welcome.
Alireza wrote:
> Hello,
> I tried to compile a simple Hello,world program with gcj. The code was :
> public class Welcome {
> public static void main( String args[] )
> {
> System.out.println( "Welcome to Java Programming!" );
> }
> }
> I created Welcome.class with "gcj -C Welcome
2 matches
Mail list logo