mirror of
https://pagure.io/fedora-docs/quick-docs.git
synced 2024-11-24 21:35:17 +00:00
Renamed, updated Java assembly, modules.
This commit is contained in:
parent
1d71e09c5c
commit
e1109114be
3 changed files with 11 additions and 8 deletions
|
@ -1,22 +1,25 @@
|
|||
[id='java']
|
||||
= Using Java
|
||||
[id="assembly_installing-java"]
|
||||
= Installing Java
|
||||
|
||||
Java provides a platform for creating and running applications. You can install various versions of Java to suit your requirements.
|
||||
|
||||
include::con_java.adoc[leveloffset=+1]
|
||||
include::proc_installing_openjdk.adoc[leveloffset=+1]
|
||||
include::proc_installing_oracle_java.adoc[leveloffset=+1]
|
||||
include::modules/con_java.adoc[leveloffset=+1]
|
||||
|
||||
include::modules/proc_installing-openjdk.adoc[leveloffset=+1]
|
||||
|
||||
include::modules/proc_installing-oracle-java.adoc[leveloffset=+1]
|
||||
|
||||
|
||||
|
||||
.Additional resources
|
||||
[discrete]
|
||||
== Additional resources
|
||||
|
||||
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]
|
||||
If you want to develop Java applications, you might consider the following open source IDEs:
|
||||
|
||||
To develop Java applications, consider the following open-source IDEs:
|
||||
|
||||
* link:https://netbeans.org/[NetBeans]
|
||||
* link:https://eclipse.org/[Eclipse]
|
Loading…
Reference in a new issue