Hi folks trying to start a project on java11, and ...
# tornadofx
v
Hi folks trying to start a project on java11, and I read a bunch of posts on how to properly add openjavafx
d
v
Hi Dustyn thank you I'll give it a try
another issue I found, I managed to get the app running
but I need to pass command line arguments and following the docs the launch<MyApp>() statement does not work. For some reason javax.application.Application is not available anywhere
d
you can do it as well via gradle like in the build i showed you
or does those command line arguments are going to be dynamic? then you need to call the main with String ... instead empty