Running Minecraft on Java 15 leaves console open
Is there a way to disable 15 java console running in the background of my system? I can't find anything on the internet, not even a JVM Argument for hiding a console. It's not a server console, if I close it, my Minecraft closes too, so it must be open. Can I hide it in any way?
Environment
Windows 10, Java 15
Created Issue:
Running Minecraft on Java 15 leaves console open
Is there a way to disable 15 java console running in the background of my system? I can't find anything on the internet, not even a JVM Argument for hiding a console. It's not a server console, if I close it, my Minecraft closes too, so it must be open. Can I hide it in any way?
Environment
Windows 10, Java 15
Added Attachments:



Use javaw.exe instead of java.exe.
thank you!