Skip to content

Instantly share code, notes, and snippets.

@mgalgs
Created August 27, 2013 00:49
Show Gist options
  • Save mgalgs/6348480 to your computer and use it in GitHub Desktop.
Save mgalgs/6348480 to your computer and use it in GitHub Desktop.
all:
javac -version
@mgalgs
Copy link
Author

mgalgs commented Aug 27, 2013

Yet from the shell, I get:

$ javac -version
javac 1.6.0_51

@dimaqq
Copy link

dimaqq commented Sep 2, 2013

make absolutely sure you gave javac (or whatever tool) enough memory.
beyond that, it does indeed look quite fishy!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment