Skip to content

Instantly share code, notes, and snippets.

View josemanuelgilperez's full-sized avatar

José Manuel Gilpérez Aguilar josemanuelgilperez

  • Universidad de Castilla-La Mancha
  • Toledo, Spain
View GitHub Profile
@josemanuelgilperez
josemanuelgilperez / index.md
Last active August 29, 2015 14:26 — forked from johan/index.md
osx + java 7 = painfully easy

Step 1

Does your osx terminal speak java 7? Start Terminal.app and try: java -version:

> java -version
java version "1.7.0_51"
Java(TM) SE Runtime Environment (build 1.7.0_51-b13)
Java HotSpot(TM) 64-Bit Server VM (build 24.51-b03, mixed mode)