From Fedora Project Wiki
No edit summary
No edit summary
Line 29: Line 29:
* '''SDK''' Software Development Kit. idem JDK
* '''SDK''' Software Development Kit. idem JDK
* '''OpenJDK''' Open Source project behind the Java Platform http://openjdk.java.net/.  
* '''OpenJDK''' Open Source project behind the Java Platform http://openjdk.java.net/.  
* '''JSE''' & '''JEE''' obsolete acronyms for '''J'''ava '''S'''tandard & '''E'''nterprise '''E'''dition.  ''JavaSE'' is like ''JRE''.
* '''IcedTea''' Obsolete name for OpenJDK
* '''JSE''','''J2SE''', '''JEE''' ... obsolete acronyms for '''J'''ava '''S'''tandard & '''E'''nterprise '''E'''dition.  ''JavaSE'' is like ''JRE''.




== Other implementations ==
== Multiple implementations ==


If the default OpenJDK {{package|Java}} Fedora package does not fulfil the requirements. Alternatives can be installed alongside or separately.
Fedora provides the Free OpenJDK {{package|Java}}. If this Open Source stack does not fulfil your requirements. Alternatives can be installed alongside or separately.


The Java Community Process defines the specifications of the platform that many implements (IBM J9, Jikes, Zing, Zulu Dalvik ...). We will only focus on Oracle here.
The Java Community Process defines the specifications of the platform that many implements (IBM J9, Jikes, Zing, Zulu Dalvik ...). We will only focus on Oracle here.
Line 49: Line 50:
Oracle provides the RPM packages: https://java.com/en/download/help/linux_rpm.xml
Oracle provides the RPM packages: https://java.com/en/download/help/linux_rpm.xml


...


=== Switching alternatives ===
Switching is done using the [[Alternatives]] system (''also used to change some other subsystems''). Java's subsystem name is surprisingly ''java'' and typical commands include:
<pre># alternatives --display java</pre>
<pre># alternatives --config java</pre>
See alternative's own documentation for more information for usage and parts involved.
Should be noted that JRE implementations installed outside Fedora distribution, may not support alternatives and thus not be visible there. Then the symbolic links under directory ''/etc/alternatives'' must be manually fixed.


== Java packages in Fedora ==
== Java packages in Fedora ==

Revision as of 13:25, 13 July 2017

Proposed new Java page. See this "discussion" for the rationale.


Java

Java relates to:


If you came here because an application ask for Java (or JRE, JVM) to be installed, then simply install Package-x-generic-16.pngJava.


If it still does not work or the application ask specifically for Oracle Java: See here #Oracle version.


If you want to develop, code, on the Java Platform: See Development. (careful to change the link for production)


JRE JDK JVM JSE ...

Some vocabulary:

  • JRE Java Runtime Environment. Required to run Java code and applications. Install Package-x-generic-16.pngJava.
  • JVM Java Virtual Machine. Main component of the JRE.
  • JDK Java Development Kit. Required only for development, coding.
  • SDK Software Development Kit. idem JDK
  • OpenJDK Open Source project behind the Java Platform http://openjdk.java.net/.
  • IcedTea Obsolete name for OpenJDK
  • JSE,J2SE, JEE ... obsolete acronyms for Java Standard & Enterprise Edition. JavaSE is like JRE.


Multiple implementations

Fedora provides the Free OpenJDK Package-x-generic-16.pngJava. If this Open Source stack does not fulfil your requirements. Alternatives can be installed alongside or separately.

The Java Community Process defines the specifications of the platform that many implements (IBM J9, Jikes, Zing, Zulu Dalvik ...). We will only focus on Oracle here.

Multiple implementations can be installed side-by-side without interfering:

  • The [alternative] system allows to switch from one to another.
  • An application can directly reference a specific Java installation
  • Some applications include a java platform, it is then transparent for the user. (But the package is bigger.)

Oracle version

Some applications still ask for Oracle's implementation. It is mostly based on the OpenJDK Open Source project, but there are some non-free code and Fedora does not package non-free softwares.

Oracle provides the RPM packages: https://java.com/en/download/help/linux_rpm.xml

...


Switching alternatives

Switching is done using the Alternatives system (also used to change some other subsystems). Java's subsystem name is surprisingly java and typical commands include:

# alternatives --display java
# alternatives --config java

See alternative's own documentation for more information for usage and parts involved.

Should be noted that JRE implementations installed outside Fedora distribution, may not support alternatives and thus not be visible there. Then the symbolic links under directory /etc/alternatives must be manually fixed.

Java packages in Fedora

  • JavaFX (?) JavaFX is supposed to be merged in Java 8. Why is there a specific package??


Reference

Communication and help