-1

My FramePlease Check Image

Please have a look at Image, I have to remove Java(TM) Se binary and show only Icon of My Desktop Application in task manager. Application icon I've already changed but in task manager it is showing Like Image.

Mark Rotteveel
  • 100,966
  • 191
  • 140
  • 197
  • You need to change java application's default icon. See [this answer to do this](https://stackoverflow.com/questions/209812/how-do-i-change-the-default-application-icon-in-java). – cse Sep 13 '18 at 12:05
  • I am already done with this thing. JFrame frame = new JFrame("Testing"); frame.setIconImage(Toolkit.getDefaultToolkit().getImage(getClass().getResource("/test/home_on.png"))); – Yogesh Tanwar Sep 13 '18 at 12:11
  • @cse what I am asking is bit diff. than what you have suggested....what you suggested I already done. I actually want to remove the Java (TM) Binary trademark....hope this would make my question lil clear. – Yogesh Tanwar Sep 13 '18 at 12:27

1 Answers1

0

To perform that, you can use launch4j to create a seperate launcher with custom process name.

basha
  • 142
  • 2
  • 11