I have two JAVA applications:
a) My JAVA Desktop appplication which start my application Server (Wildfly) -> If I execute this program I will get in Windows one process (JAVA TM Platform SE binary)
b) If I start the Wildfly Server also: -> I will get another process in Windows (also JAVA TM Platform SE binary)
Now I would like to have: a) Only one process for both b) Rename the process from "JAVA TM Platform SE binary" to "MyApplication" and inlude also the icon from that. How can I do this?
Many thanks for any help