Skip to content

zq2599/centos7_build_openjdk8

Repository files navigation

###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 : zq2599@gmail.com

About

build and compile openjdk8 src at centos7

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages