xcxzzx-1 / centos7_build_openjdk8

build and compile openjdk8 src at centos7

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

###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


Languages

Language:Shell 100.0%