Last active
November 28, 2018 08:09
-
-
Save yayamamo/a11e2d1cd7bcb422c7df06a2abcbccf8 to your computer and use it in GitHub Desktop.
Fusekiをダウンロードして立ち上げるまで。Mac OS X編 ref: https://qiita.com/yayamamo/items/b03f35ebbb0667779c85
This file contains hidden or 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
$ 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) |
This file contains hidden or 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
$ /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) |
This file contains hidden or 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
$ 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