How to build OpenJDK
Building OpenJDK with our makejdk-any-platform.sh script is really simple…
git clone https://github.com/AdoptOpenJDK/openjdk-build.gitDocker Build
./makejdk-any-platform.shOptionally specify --destination <path> if you want the binary to be copied to your machine.
Local Build
./makejdk-any-platform.sh --source $PWD --destination $PWD/OpenJDK.tar.gzTroubleshooting
If you have any issues build OpenJDK then you can check all of the command line flags using:
./makejdk-any-platform.sh --helpIt’s also worth checking here for the latest issues if you are having problems.
Do you have questions or want to discuss this post? Hit us up on the AdoptOpenJDK Slack workspace!
