Project Downloads

Apache Harmony's primary goal is a complete Java SE implementation, including virtual machine, class library areas, and all related and common tooling.

Access to the code repository is available to all. For information on how to get configured to build and work with the Apache Harmony source code, refer to Getting Started For Contributors. For instructions on how to build from local resources instead of downloading them from the net, refer to the README file.

However, if you do not want to build from source, we now offer binaries of our JRE, JDK and HDK for the Linux and Windows platforms.

You may download Apache Harmony builds from our main distribution site or from a closer mirror site. You must verify the integrity of the downloaded files using the signatures below which always come from our main distribution site.

Based on your location, we have selected http://www.alliedquotes.com/mirrors/apache as your best mirror site. If you encounter a problem with this mirror, please select another download site from the following list:

Other mirrors:

The following current and recommended builds are available on our main distribution site and its mirrors. Older builds are available on the archive site.

Releases

Currently, the project has no official releases.

Stable Builds

These are builds of the most recent tested code provided for your convenience. They have been declared best-so-far but they are not official releases of the Apache Harmony project or the Apache Software Foundation.

The latest stable build is Apache Harmony 5.0M11 (r808406 from 2009-08-27).

Note

We recommend that you set JAVA_HOME to the root directory of the distribution, and put the bin/ directory on your PATH.

Source code
Source files for this stable build.
Java Runtime Environment (JRE)
The JRE lets you run your Java programs.
Java Development Kit (JDK)
The JDK lets you build and run your Java programs. It includes javac and other standard JDK tools.
Harmony Development Kit (HDK)
The HDK is targeted at Harmony developers. It includes the pre-built class library and VM binaries, necessary include files, and dependencies. It is not a replacement for the common JDK.

These are not official releases of the Apache Software Foundation, nor are they complete or compatible with the Java specification. They are stable builds provided to make testing and experimentation easier. Older stable builds are available on the Apache Harmony archive site.

Verify the integrity of the files

It is essential that you verify the integrity of the distribution files against the associated PGP signatures (.asc), MD5 checksums (.md5) or SHA checksums (.sha). To verify the PGP signatures, you'll need the Apache Harmony KEYS. For more information on why we sign our releases and how to verify them, please read Verifying Apache Software Foundation Releases.

Back to top