OpenJDK: Difference between revisions
Appearance
No edit summary |
|||
Line 1: | Line 1: | ||
[[Image:Openjdk logo.jpg|250px|right]] | |||
OpenJDK is an open source implementation of Java. | OpenJDK is an open source implementation of the [[Java]] programming language. It is based on the full '''Oracle Java''' environment but has had portions of the full toolkit removed that contain third party licensed code that cannot be open sourced. | ||
==Version== | ==Version== | ||
* Lastest version: 1.6.0-b27 GA5 (2013-02-17) | |||
==Links== | ==Links== | ||
* OS/2 Port: http://svn.netlabs.org/java | |||
* Official homepage: http://openjdk.java.net/ | |||
==License== | ==License== | ||
* Open Source under the | * Open Source released under the [[GPL V2]] | ||
==Author== | ==Author== | ||
* [[Sun Microsystems]] | |||
* [[Oracle]] | |||
* Ported by [[Silvan Scherrer]] and [[Dmitriy Kuminov]] | * Ported by [[Silvan Scherrer]] and [[Dmitriy Kuminov]] | ||
Revision as of 07:26, 24 October 2015

OpenJDK is an open source implementation of the Java programming language. It is based on the full Oracle Java environment but has had portions of the full toolkit removed that contain third party licensed code that cannot be open sourced.
Version
- Lastest version: 1.6.0-b27 GA5 (2013-02-17)
Links
- OS/2 Port: http://svn.netlabs.org/java
- Official homepage: http://openjdk.java.net/
License
- Open Source released under the GPL V2
Author
- Sun Microsystems
- Oracle
- Ported by Silvan Scherrer and Dmitriy Kuminov