Brunovernay (talk | contribs) No edit summary |
Brunovernay (talk | contribs) |
||
(3 intermediate revisions by the same user not shown) | |||
Line 9: | Line 9: | ||
= Packages = | |||
For debugging or development, there are | For debugging or development, there are | ||
Line 19: | Line 19: | ||
* openjfx-javadoc | * openjfx-javadoc | ||
* openjfx-src | * openjfx-src | ||
* javafx includes openjfx and java-1.8.0-openjdk-openjfx. | |||
* | |||
= Teaching and Learning Java = | = Teaching and Learning Java = | ||
Line 32: | Line 30: | ||
* [[Docs/Drafts/JavaProgramming]] | * [[Docs/Drafts/JavaProgramming]] | ||
* [http://icedtea.classpath.org/ IcedTea Home page] | * [http://icedtea.classpath.org/ IcedTea Home page] | ||
* [http://developer.classpath.org/ http://developer.classpath.org/] | * [http://developer.classpath.org/ http://developer.classpath.org/] |
Latest revision as of 16:41, 4 October 2017
https://fedoraproject.org/wiki/JDK_on_Fedora
Fedora Project has a dedicated Java developer page:
https://developer.fedoraproject.org/tech/languages/java/java-installation.html
There are tons of resources for Java development, like: https://developers.redhat.com/blog/category/java/
Packages
For debugging or development, there are
- java-devel
- java-src
- java-javadoc
- openjfx (JavaFX)
- openjfx-devel
- openjfx-javadoc
- openjfx-src
- javafx includes openjfx and java-1.8.0-openjdk-openjfx.
Teaching and Learning Java
As part of planning and implementing new 100% FLOSS Java components into Fedora, this draft document has been opened to give developers a place to teach each other about best practices, patterns, etc.