逛了一圈,还是换回了fedora 呵呵,今天终于搞定系统问题了,就用她了,fedora.写个hellworld,耍耍emacs和vi.
public class HelloWorld { public static void main(String args[]) { System.out.println("hello,world."); }}