1

How can I set the description field in Task Manager (Windows 10+) to my program. I want to define a description or name in task manager not just java.exe.

Right now it says Java(TM) Platform SE binary in the description field and java.exe in the name field.

Description Field

1 Answers1

0

You can copy your java.exe into the same folder. Rename it as myApp.exe and run it as you run the Java.

On cmd:

myApp -jar myJar.jar
Ismail Yavuz
  • 6,727
  • 6
  • 29
  • 50