Replies: 8 comments 1 reply
-
I think this may just require a change in the GUI to give you the option for newer versions. (Whether it works or not, I'll keep this issue opened until I add this in the GUI) |
Beta Was this translation helpful? Give feedback.
-
I've tried to use Java 20 but it stuck with Java 17 (and JavaFX 19). |
Beta Was this translation helpful? Give feedback.
-
You should be able to specify the Java version manually in the package.json file. Just set the
|
Beta Was this translation helpful? Give feedback.
-
Actually, just tried it, and the GUI does have some problems handling this. While it currently works to just set this manually, the GUI will give you problems when you try to edit it - it will overwrite it back to one of the supported values on save. I have just made a change to fix this, and it will be part of 4.0.22 which will be available within the next hour or so. |
Beta Was this translation helpful? Give feedback.
-
Thanks for testing, I also analysed it and found that the Zulu JDK is used with JavaFX 20. All perfect, I was wrong with that. |
Beta Was this translation helpful? Give feedback.
-
If you really want to work with the bleeding edge of javaFX, you can add a javafxVersion property to specify a specific version.
When you specify this option it will cause the installer to not use the javafx that is bundled with zulu (it will use the regular zulu release without javafx), and will download the javafx dependencies directly from maven. This is a little bit experimental at this point, however, so I would only use this for tinkering. |
Beta Was this translation helpful? Give feedback.
-
I think it is cool that you published scenebuilder leading edge this way. I just tried installing it on my system and it seems to be working ok. I hadn't yet tried out the "leading edge" version. |
Beta Was this translation helpful? Give feedback.
-
The actual "release" version will follow. I'm just working on 17/18/19, get them all ready. The "LE" will not interfere, it uses its own repository, its own settings etc. |
Beta Was this translation helpful? Give feedback.
-
There are new Java versions available - 18 and 19 that introduce lots of important features which the users could also leverage. I believe, it would be better to introduce the support of these versions too.
Beta Was this translation helpful? Give feedback.
All reactions