cljfx 2020-05-09

I'm very interested in trying out https://github.com/cljfx/hn ! any tips on how to install jpackage? how do you guys manage java installations? sdkman?

Hi @ackerleytng! jpackage is a part of a jdk 14, you need to install it and then it'll be in installation's /bin directory

Managing Java installations depends on your OS :)

Thanks @vlaaad! Thanks for your work on cljfx too!

i'm on arch linux!

Hmm, I'm also usually on Linux, I use update-alternatives for switching between Java versions

i see. okay thanks! are you on ubuntu? debian?

$ jpackage @jpackage/common @jpackage/linux
WARNING: Using incubator modules: jdk.incubator.jpackage
Error: Invalid or unsupported type: [null]
Is anyone else getting this error?

Hmm, I think jpackage supports only rpm and deb formats for Linux