All pastes #2131153 Raw Edit

Mine

public text v1 · immutable
#2131153 ·published 2012-03-22 18:13 UTC
rendered paste body
[11:11:31] seramage@seawolf3:~/test$javac -Xmx512m test.java
Error occurred during initialization of VM
Could not reserve enough space for object heap
Could not create the Java virtual machine.

class Test

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