diff options
author | Maho Nakata <maho@FreeBSD.org> | 2009-02-23 03:15:29 +0000 |
---|---|---|
committer | Maho Nakata <maho@FreeBSD.org> | 2009-02-23 03:15:29 +0000 |
commit | ebe2efd71a7503e5e21e04d71c549ec8d8138d76 (patch) | |
tree | 2c74a4d6330aa75fee1c2b26a339068fc75dda63 /java/Makefile | |
parent | 8a8e6abdbdf2c631b1cd7a1dc381a1b7f0609173 (diff) | |
download | ports-ebe2efd71a7503e5e21e04d71c549ec8d8138d76.tar.gz ports-ebe2efd71a7503e5e21e04d71c549ec8d8138d76.zip |
OpenJDK is an open-source implementation of the Java Platform, Standard Edition.
The version has all of Sun's bug fixes up to JDK 6 Release 11 and should be
the runtime equivelent to JDK6 Release 11.
Much of the OpenJDK code is licensed under the GPL version 2 with the
Classpath exception. The Java Hotspot virtual machine source code is
licensed under the GPL version 2 only.
OpenJDK 6 should supercede the java/jdk16 port at some point in time.
WWW: http://openjdk.java.net/
Submitted by: Brian Gardner <brian@experts-exchange.com>
Notes
Notes:
svn path=/head/; revision=228859
Diffstat (limited to 'java/Makefile')
-rw-r--r-- | java/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/java/Makefile b/java/Makefile index 161a4333c405..28d6b9f718bb 100644 --- a/java/Makefile +++ b/java/Makefile @@ -147,6 +147,7 @@ SUBDIR += netbeans61 SUBDIR += netcomponents SUBDIR += netrexx + SUBDIR += openjdk6 SUBDIR += openjit SUBDIR += phpeclipse SUBDIR += poseidon |