###centos7_build_openjdk8### Build and compile openjdk8 src at centos7
docker build -t bolingcavalryopenjdk:0.0.1 .
docker run --name=jdk001 -idt bolingcavalryopenjdk:0.0.1
docker exec -it jdk001 /bin/bash
cd /usr/local/openjdk
./start_make.sh
- Waiting for the building complete, then goto build/, you will find linux-xxxxx path, new jdk is in here.
- If you have question, try send email to : [email protected]