Packaging this with `javapackager` is desirable, b...
# tornadofx
d
Packaging this with
javapackager
is desirable, but the
javapackager
binary seems missing on JDK 12 / OS-X 🤔 Investigating...
a
There are several possibilities for now. Sadly, jlink build works only the platform, you are building because of platform-based nature of jafafx libs. I think that desired effect could be obtained with very little effort by providing custom run script for application plugin: https://github.com/openjfx/javafx-gradle-plugin/issues/46
t
I have not verified if it works with java 12 but you could try and use the java 8
javapackager
und use
-Bruntime=$JAVA_12_HOME
d
@Torbilicious It's an option - I'm first going to explore the possibility of using the newer
jpackage
tool for which there is an early build available here: https://jdk.java.net/jpackage/ ...and which also has early support in Serban Iordache's excellent 'Badass' Runtime plugin.