How do you install openjfx on Fedora 32? I am currently running oracle jdk 14.0,1 as default. I also have openjdk 1.8 installed. Your help would be appreciated.
How do you enable javafx with eclipse in Fedora 32? I am running oracle jdk 14.0.1 and openjfx 14.
Welcome to the community @jlluna72! Please take a minute to go through the introductory posts in the #start-here category if you’ve not had a chance yet. They explain how this forum can be used effectively.
openjfx seems to be in the repositories. Have you tried that?
$ sudo dnf search openjfx
======================================================================================================= Name Exactly Matched: openjfx ========================================================================================================
openjfx.x86_64 : Rich client application platform for Java
openjfx.i686 : Rich client application platform for Java
====================================================================================================== Name & Summary Matched: openjfx =======================================================================================================
java-1.8.0-openjdk-openjfx.x86_64 : OpenJDK x OpenJFX connector. This package adds symliks finishing Java FX integration to java-1.8.0-openjdk
java-1.8.0-openjdk-openjfx-devel.i686 : OpenJDK x OpenJFX connector for FX developers. This package adds symliks finishing Java FX integration to java-1.8.0-openjdk-devel
java-1.8.0-openjdk-openjfx-devel.x86_64 : OpenJDK x OpenJFX connector for FX developers. This package adds symliks finishing Java FX integration to java-1.8.0-openjdk-devel
java-1.8.0-openjdk-openjfx-devel-slowdebug.x86_64 : OpenJDK x OpenJFX connector for FX developers for packages with debug on. This package adds symliks finishing Java FX integration to java-1.8.0-openjdk-devel-slowdebug
java-1.8.0-openjdk-openjfx-slowdebug.x86_64 : OpenJDK x OpenJFX connector for packages with debug on. his package adds symliks finishing Java FX integration to java-1.8.0-openjdk-slowdebug
openjfx-devel.x86_64 : OpenJFX development tools and libraries
openjfx-devel.i686 : OpenJFX development tools and libraries
openjfx-javadoc.x86_64 : Javadoc for openjfx
openjfx-src.x86_64 : OpenJFX Source Bundle
Not sure of the Eclipse side of things, haven’t used Eclipse in ages. Sorry.
Thank you. Im a bit new to linux. So will I use the command “sudo dnf install openjfx” to install of them?
Yes. You can learn more on using the dnf
package manager to access packages in the Fedora repositories here:
If you have any more questions, just ask on this platform and community members will help
From Overview - rpms/openjfx - src.fedoraproject.org
openjfx | Package Info | koji
openjfx-8.0.202-12.b07.fc32 | Build Info | koji
openjfx-8.0.202-12.b07.fc32.x86_64.rpm is available but just for x86_64
Yo could also configure your build tool to use openjfx jar Getting Started with JavaFX , That is better option in some cases.