Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save ykubota/ec2afac653e8f65186902ab8b5b67e2f to your computer and use it in GitHub Desktop.
Save ykubota/ec2afac653e8f65186902ab8b5b67e2f to your computer and use it in GitHub Desktop.
Macで確認
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ディレクトリを開く
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