|
you write a hello.java file see code below
class Helloworld{
public static void main(String[] args){
System.out.println("hello world");
}
}
~
~
at command input
gcj -C hello.java
gij Helloworld
=======================================================
ok,i love linux. |
|