Skip to content

[Native Image]Java Swing Application #3599

Answered by chirontt
ryan1-chang asked this question in Q&A
Discussion options

You must be logged in to vote

By default, the MainApp.exe is created as a console application in Windows; this is why you see the command window popping up in the background when launching MainApp.exe. To eliminate it, you should convert your MainApp.exe to a GUI application, using the editbin utility from MS VS installation:

editbin /subsystem:windows MainApp.exe

Replies: 1 comment 1 reply

Comment options

You must be logged in to vote
1 reply
@ryan1-chang
Comment options

Answer selected by ryan1-chang
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants