-
Notifications
You must be signed in to change notification settings - Fork 15
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Openjfx as an extention to openjdk #1
Comments
FYI @mbooth101, as I'm not sure if you were notified when issue was moved. |
Hi, I will try to take a look and see how much work this will be. |
@mbooth101 That would be awesome - JabRef is trying to use flatpak. Since it is using JavaFX, it would benefit from your efforts! |
I've been thinking about this recently, and it could be simple to have openjfx built as a module as part of an application build. Are you still interested in JavaFX? Jabref might be an interesting "model application" for JavaFX support. |
@mbooth101 Sounds interesting. A user started to create a flatpack config at JabRef/jabref#5409. That build uses our self-contained portable app. There, the runtime environment is already included. That said, I am interested in JavaFX. Want to keep things simple :) |
Thanks for your interest. For the newest development versions, we use jlink together with the experimental jpackage to create a custom runtime image of java + javafx and to built native binaries |
https://github.com/flathub/org.cryptomator.Cryptomator requires JavaFX to update to version 1.6.16. Would be quiet awesome to have JavaFX available as module. |
I'm using the openjdk flatpaks for java development and it works great.
However, when it comes to openjfx(the openjdk equivalent for javafx) openjdk provides it as an additional package.
Is there a way to bundle openjfx in addition to the provided java runtimes provided by flathub?
The text was updated successfully, but these errors were encountered: