Skip to content

Latest commit

 

History

History
10 lines (9 loc) · 496 Bytes

README.md

File metadata and controls

10 lines (9 loc) · 496 Bytes

###centos7_build_openjdk8### Build and compile openjdk8 src at centos7

  1. docker build -t bolingcavalryopenjdk:0.0.1 .
  2. docker run --name=jdk001 -idt bolingcavalryopenjdk:0.0.1
  3. docker exec -it jdk001 /bin/bash
  4. cd /usr/local/openjdk
  5. ./start_make.sh
  6. Waiting for the building complete, then goto build/, you will find linux-xxxxx path, new jdk is in here.
  7. If you have question, try send email to : [email protected]