-
Notifications
You must be signed in to change notification settings - Fork 4
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
Cannot run a quarkus-fx-based app with jpro #179
Comments
Hi hallvard! First, thank you for mentioning this issue. In my first analysis, I noticed a more fundamental issue. It probably sounds more complicated as it is. |
@hallvard |
Wow, that was quick! Looking forward to testing it! Btw, here's the app I wanted to try out: https://github.com/hallvard/wb-fx |
Small minimal "Quarkus JPro Helloworld": But there are currently quite some issues. It also only works with the special JPro Version used in this example. It is also worth noting that you have to change the JavaFX version in the pom to the one JPro uses. |
I'm trying out Quarkus as a platform for Java desktop apps. It has an extension named quarkus-fx, that allows the quarkus platform and javafx application to work together. However, in such an application the main application class must implement QuarkusApplication instead of subclassing of javafx' Application class, so cannot be started by jpro:
It's the FxApplication (library) class that extends Application, not WbApplication.
Quarkus and quarkus-fx is an interesting platform, so perhaps jpro could support it?
The text was updated successfully, but these errors were encountered: