Skip to content

Instantly share code, notes, and snippets.

@yayamamo
Last active November 28, 2018 08:09
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save yayamamo/a11e2d1cd7bcb422c7df06a2abcbccf8 to your computer and use it in GitHub Desktop.
Save yayamamo/a11e2d1cd7bcb422c7df06a2abcbccf8 to your computer and use it in GitHub Desktop.
Fusekiをダウンロードして立ち上げるまで。Mac OS X編 ref: https://qiita.com/yayamamo/items/b03f35ebbb0667779c85
$ java -version
java version "1.7.0_75"
Java(TM) SE Runtime Environment (build 1.7.0_75-b13)
Java HotSpot(TM) 64-Bit Server VM (build 24.75-b04, mixed mode)
$ /Library/Internet\ Plug-Ins/JavaAppletPlugin.plugin/Contents/Home/bin/java -version
java version "1.8.0_111"
Java(TM) SE Runtime Environment (build 1.8.0_111-b14)
Java HotSpot(TM) 64-Bit Server VM (build 25.111-b14, mixed mode)
$ ln -s /Library/Internet\ Plug-Ins/JavaAppletPlugin.plugin/Contents/Home Home
$ export JAVA_HOME=./Home
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment