aboutsummaryrefslogtreecommitdiffstats
path: root/java/openjdk6/pkg-descr
Commit message (Collapse)AuthorAgeFilesLines
* Introducing support for Web Start and Mozilla plugin from IcedTea6 1.9.jkim2010-09-161-5/+0
| | | | | | | | | | | | Note the feature is turned off by default because it adds experimental and unofficial patches from icedtea.classpath.org. You need to select WEB option from config menu or define WITH_WEB variable to enable the feature. Also, note that a symlink for web browser is not created automatically with same reasoning. Thus, you need to create a symlink for your browser, e.g., ln -s ${LOCALBASE}/openjdk6/jre/lib/IcedTeadPlugin.so ~/.mozilla/plugins Remove some stale comments in package message while I am here.
* OpenJDK is an open-source implementation of the Java Platform, Standard Edition.maho2009-02-231-0/+12
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>