cljfx

https://github.com/cljfx/cljfx
ackerleytng 2020-05-09T12:56:22.098700Z

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?

vlaaad 2020-05-09T13:04:03.098900Z

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

vlaaad 2020-05-09T13:04:31.099400Z

Managing Java installations depends on your OS :)

ackerleytng 2020-05-09T13:04:32.099500Z

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

ackerleytng 2020-05-09T13:04:39.099800Z

i'm on arch linux!

vlaaad 2020-05-09T13:14:03.099900Z

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

ackerleytng 2020-05-09T13:15:23.100300Z

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

ackerleytng 2020-05-09T13:46:03.100700Z

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

vlaaad 2020-05-09T16:23:55.100800Z

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