When compiling to native image and running it now days runs in "javaw" mode. I would like that the console window to be shown also like when running a Java UI application with "java" command.
How to create a native image so that console window is shown in the background of UI when running it?
Thanks,