just a simple query.
How do I send a swing application to end user which will require him to just double click and start it.
I have created a jar file but then I need a bat file to start it. Ok its fine but there also starts a command prompt in background which is a turn off for me.
GOT THE ANSWER
Use javaw instead of java
How do I send a swing application to end user which will require him to just double click and start it.
I have created a jar file but then I need a bat file to start it. Ok its fine but there also starts a command prompt in background which is a turn off for me.
GOT THE ANSWER
Use javaw instead of java
Last edited: