what is the instruction for compiling via IBM Jikes .
for example 开发者_StackOverflow中文版:
public class Test{
public static void main(String[] args) {
System.out.println("HelloWorld!");
}
}
Perhaps if you read the Jikes FAQ, you will see how to use it. The invocation is basically identical to javac
精彩评论