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
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.java" .then I tried to execute
it
3 matches
Mail list logo