kpp's blog

By kpp, history, 9 years ago, In English
package dubstep;

public class Main {

    public static void main(String[] args) {
        System.out.println("test");
    }

}

Any Java code results in Runtime Error. Even if is simple like above.

What's the problem?

Full text and comments »

  • Vote: I like it
  • +14
  • Vote: I do not like it