another issue I found, I managed to get the app running
Vinicius Carvalho
04/28/2020, 12:30 PM
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
Dustyn
04/28/2020, 12:53 PM
you can do it as well via gradle like in the build i showed you
Dustyn
04/28/2020, 12:54 PM
or does those command line arguments are going to be dynamic? then you need to call the main with String ... instead empty