Skip to content

ZhuoSiChen/openjdk-jdk8u

 
 

Repository files navigation

OpenJDK - Source

Simple Build Instructions

  1. Get the necessary system software/packages installed on your system, see http://hg.openjdk.java.net/jdk8/jdk8/raw-file/tip/README-builds.html

  2. If you don't have a jdk7u7 or newer jdk, download and install it from http://java.sun.com/javase/downloads/index.jsp Add the /bin directory of this installation to your PATH environment variable.

  3. Configure the build: bash ./configure

  4. Build the OpenJDK: make all

where make is GNU make 3.81 or newer, /usr/bin/make on Linux usually is 3.81 or newer. Note that on Solaris, GNU make is called "gmake".

The resulting JDK image should be found in build/*/images/j2sdk-image

About

OpenJDK jdk8u mirror

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Java 76.8%
  • C++ 11.5%
  • C 6.6%
  • JavaScript 1.3%
  • Roff 1.3%
  • Shell 0.9%
  • Other 1.6%