quick-docs/en-US/installing-java.adoc

27 lines
838 B
Text
Raw Normal View History

[id="assembly_installing-java"]
= Installing Java
2017-12-14 17:07:39 +00:00
Java provides a platform for creating and running applications. You can install various versions of Java to suit your requirements.
include::modules/con_java.adoc[leveloffset=+1]
2017-12-14 17:07:39 +00:00
include::modules/proc_installing-openjdk.adoc[leveloffset=+1]
2017-12-14 17:07:39 +00:00
include::modules/proc_installing-oracle-java.adoc[leveloffset=+1]
2017-12-14 17:07:39 +00:00
[discrete]
== Additional resources
2017-12-14 17:07:39 +00:00
For more information about Java, see:
* link:https://en.wikipedia.org/wiki/Java_(programming_language)[Wikipedia page for Java]
* link:http://openjdk.java.net/[OpenJDK homepage]
* link:http://oracle.com/java/[Oracle homepage for Java]
To develop Java applications, consider the following open-source IDEs:
2017-12-14 17:07:39 +00:00
* link:https://netbeans.org/[NetBeans]
* link:https://eclipse.org/[Eclipse]
* link:https://www.jetbrains.com/idea/[IntelliJ IDEA]