Last active
March 26, 2020 11:30
-
-
Save ykubota/ec2afac653e8f65186902ab8b5b67e2f to your computer and use it in GitHub Desktop.
Macで確認
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
hg clone http://hg.openjdk.java.net/jdk/jdk | |
cd jdk/jdk | |
bash ./configure --with-boot-jdk=$(echo $JAVA_HOME) | |
# bash configure --with-boot-jdk=$(realpath $(echo $JAVA_HOME)) | |
wget http://ftp.jaist.ac.jp/pub/apache//ant/binaries/apache-ant-1.10.7-bin.zip | |
unzip apache-ant-1.10.7-bin.zip | |
mv apache-ant-1.10.7 ~/bin/ | |
export ANT_HOME=~/bin/apache-ant-1.10.7 | |
bash ./bin/idea.sh | |
# IntelliJで"Open"からjdkディレクトリを開く |
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
hg clone http://hg.openjdk.java.net/jdk/jdk | |
cd jdk/jdk | |
bash configure --with-boot-jdk=$(realpath $(echo $JAVA_HOME)) | |
make |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment