Difference between revisions of "OpenJDK"

From Free Software Directory
Jump to: navigation, search
(should this program be added?)
 
(openjdk-15-ga (aka jdk-15.36)
 
(9 intermediate revisions by 6 users not shown)
Line 1: Line 1:
 
{{Entry
 
{{Entry
 
|Name=OpenJDK
 
|Name=OpenJDK
|Short description=OpenJDK
+
|Short description=Java development kit
|Full description=Somebody should probably add OpenJDK or is it not free?
+
|Full description=This package provides the Java development kit OpenJDK.
 
 
(if it's free and gets created, make a redirect from java to here)
 
 
 
I'd help but I'm not too smart so perhaps it's better somebody more capable does the job properly.
 
 
|Homepage URL=http://openjdk.java.net/
 
|Homepage URL=http://openjdk.java.net/
|Status=
+
|Is High Priority Project=No
|Is GNU=No
+
|VCS checkout command=git clone https://github.com/openjdk/jdk.git
 +
|Decommissioned or Obsolete=No
 +
|IRC general=irc://irc.oftc.net/openjdk
 +
|Related projects=IcedTea
 +
|Keywords=java, jdk, oracle, sun, jre
 +
|Version identifier=jdk-15-ga
 +
|Version date=2020/09/15
 +
|Version status=stable
 +
|Version download=http://hg.openjdk.java.net/jdk/jdk/archive/e3f940bd3c8f.tar.bz2
 +
|Last review by=Genium
 +
|Last review date=2021/02/09
 +
|Submitted by=Mviinama
 +
|Submitted date=2014/05/13
 +
|User level=advanced
 +
|Accepts cryptocurrency donations=No
 +
|Test entry=No
 +
}}
 +
{{Project license
 +
|License=GPLv2 with exception
 +
|License copyright=Oracle
 +
|License verified by=jgay
 +
|License verified date=2014/06/06
 +
|License note=The OpenJDK source code made available by Sun at openjdk.java.net and
 +
openjdk.dev.java.net ("OpenJDK Code") is distributed under the terms of the
 +
GNU General Public License <http://www.gnu.org/copyleft/gpl.html> version 2
 +
only ("GPL2"), with the following clarification and special exception.
 +
 +
    Linking this OpenJDK Code statically or dynamically with other code
 +
    is making a combined work based on this library.  Thus, the terms
 +
    and conditions of GPL2 cover the whole combination.
 +
 +
    As a special exception, Sun gives you permission to link this
 +
    OpenJDK Code with certain code licensed by Sun as indicated at
 +
    http://openjdk.java.net/legal/exception-modules-2007-05-08.html
 +
    ("Designated Exception Modules") to produce an executable,
 +
    regardless of the license terms of the Designated Exception Modules,
 +
    and to copy and distribute the resulting executable under GPL2,
 +
    provided that the Designated Exception Modules continue to be
 +
    governed by the licenses under which they were offered by Sun.
 +
 +
As such, it allows licensees and sublicensees of Sun's GPL2 OpenJDK Code to
 +
build an executable that includes those portions of necessary code that Sun
 +
could not provide under GPL2 (or that Sun has provided under GPL2 with the
 +
Classpath exception).  If you modify or add to the OpenJDK code, that new
 +
GPL2 code may still be combined with Designated Exception Modules if the
 +
new code is made subject to this exception by its copyright holder
 +
}}
 +
{{Software category
 +
|Library=Java
 +
|Programming-language=java
 +
|Runs-on=Windows, BSD, OS X, GNU/Linux
 +
|Use=software-development
 +
}}
 +
{{Resource
 +
|Resource audience=Git
 +
|Resource kind=VCS Repository Webview
 +
|Resource URL=https://github.com/openjdk/jdk
 +
}}
 +
{{Resource
 +
|Resource audience=Mercurial
 +
|Resource kind=VCS Repository Webview
 +
|Resource URL=https://hg.openjdk.java.net/jdk
 +
}}
 +
{{Resource
 +
|Resource audience=Developer
 +
|Resource kind=Homepage
 +
|Resource URL=https://openjdk.java.net/projects/jdk/
 +
}}
 +
{{Resource
 +
|Resource audience=Mailing list
 +
|Resource kind=Mailing List Info/Archive
 +
|Resource URL=http://mail.openjdk.java.net/mailman/listinfo
 +
}}
 +
{{Resource
 +
|Resource audience=Bug reporting
 +
|Resource kind=Bug Tracking
 +
|Resource URL=https://bugs.openjdk.java.net/secure/Dashboard.jspa
 +
}}
 +
{{Resource
 +
|Resource audience=Wiki
 +
|Resource kind=General
 +
|Resource URL=https://wiki.openjdk.java.net/dashboard.action
 +
}}
 +
{{Resource
 +
|Resource audience=Wikidata
 +
|Resource kind=General
 +
|Resource URL=https://www.wikidata.org/wiki/Q1461054
 
}}
 
}}
{{Software category}}
 
 
{{Featured}}
 
{{Featured}}

Latest revision as of 17:43, 9 February 2021


[edit]

Licensing

License

Verified by

Verified on

Notes

Verified by

jgay

Verified on

6 June 2014

Notes

The OpenJDK source code made available by Sun at openjdk.java.net and

openjdk.dev.java.net ("OpenJDK Code") is distributed under the terms of the GNU General Public License <http://www.gnu.org/copyleft/gpl.html> version 2 only ("GPL2"), with the following clarification and special exception.

   Linking this OpenJDK Code statically or dynamically with other code
   is making a combined work based on this library.  Thus, the terms
   and conditions of GPL2 cover the whole combination.

   As a special exception, Sun gives you permission to link this
   OpenJDK Code with certain code licensed by Sun as indicated at
   http://openjdk.java.net/legal/exception-modules-2007-05-08.html
   ("Designated Exception Modules") to produce an executable,
   regardless of the license terms of the Designated Exception Modules,
   and to copy and distribute the resulting executable under GPL2,
   provided that the Designated Exception Modules continue to be
   governed by the licenses under which they were offered by Sun.

As such, it allows licensees and sublicensees of Sun's GPL2 OpenJDK Code to build an executable that includes those portions of necessary code that Sun could not provide under GPL2 (or that Sun has provided under GPL2 with the Classpath exception). If you modify or add to the OpenJDK code, that new GPL2 code may still be combined with Designated Exception Modules if the

new code is made subject to this exception by its copyright holder




Leaders and contributors

Resources and communication

AudienceResource typeURI
Bug reportingBug Trackinghttps://bugs.openjdk.java.net/secure/Dashboard.jspa
Mailing listMailing List Info/Archivehttp://mail.openjdk.java.net/mailman/listinfo
DeveloperHomepagehttps://openjdk.java.net/projects/jdk/
GitVCS Repository Webviewhttps://github.com/openjdk/jdk
MercurialVCS Repository Webviewhttps://hg.openjdk.java.net/jdk
WikidataGeneralhttps://www.wikidata.org/wiki/Q1461054
WikiGeneralhttps://wiki.openjdk.java.net/dashboard.action


Software prerequisites




Entry







"Git" is not in the list (General, Help, Bug Tracking, Support, Developer) of allowed values for the "Resource audience" property.


"Mercurial" is not in the list (General, Help, Bug Tracking, Support, Developer) of allowed values for the "Resource audience" property.




"Mailing list" is not in the list (General, Help, Bug Tracking, Support, Developer) of allowed values for the "Resource audience" property.


"Bug reporting" is not in the list (General, Help, Bug Tracking, Support, Developer) of allowed values for the "Resource audience" property.


"Wiki" is not in the list (General, Help, Bug Tracking, Support, Developer) of allowed values for the "Resource audience" property.


"Wikidata" is not in the list (General, Help, Bug Tracking, Support, Developer) of allowed values for the "Resource audience" property.







Permission is granted to copy, distribute and/or modify this document under the terms of the GNU Free Documentation License, Version 1.3 or any later version published by the Free Software Foundation; with no Invariant Sections, no Front-Cover Texts, and no Back-Cover Texts. A copy of the license is included in the page “GNU Free Documentation License”.

The copyright and license notices on this page only apply to the text on this page. Any software or copyright-licenses or other similar notices described in this text has its own copyright notice and license, which can usually be found in the distribution or license text itself.