I created a desktop GUI application in java and used WinRun4J to create my own Windows startup.
my ini file is as follows
working.directory=. classpath.1=oze.jar main.class=pl.emag.oze.Run vm.version.min=1.6 vm.location=.\jre6\bin\client\jvm.dll log.level=none java.not.found=Nie znaleziono platformy JAVA
I turned off console logging (log.level = none), but it still shows an additional console window (marked in red in the screenshot, my application window is in the background). How to prevent this?

source share