Created
August 4, 2013 01:51
-
-
Save azenla/6148735 to your computer and use it in GitHub Desktop.
Java being stupid and starting a VM for printing its version O.O
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
kendfin@s1:~$ java -version | |
Error occurred during initialization of VM | |
Could not reserve enough space for object heap | |
Error: Could not create the Java Virtual Machine. | |
Error: A fatal exception has occurred. Program will exit. | |
kendfin@s1:~$ |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment