About 515,000 results
Open links in new tab
  1. name & icon of my app in task manager is not showing correct, java

    Mar 7, 2024 · Windows shows the information from the executable in the task manager. Java applications are not stand-alone executables, they comprise one or more Java class files. The Java compiler converts source files to class files by translating source code into Java byte codes, which can only run inside the Java Virtual Machine.

  2. java - Change Task Manager Image Name Display - Stack Overflow

    May 30, 2014 · Enter the Task-Manager, find your process. Right-Click it -> Properties Right click the Process again (leave Properties-Window open) and kill the Process. Now go to Properties-Window again and enter "General"-Tab. Change the Name to hi.exe and apply it.

  3. java - Launch4j only shows program name/icon in Taskmanager …

    Apr 10, 2017 · When I set the Header type to 'GUI', the Windows Taskmanager shows 'Java (TM) Platform SE binary'. When I change to Header type 'Console', program name and icon are shown correctly. Is there a way to show program name and icon in Windows Tasknamager also when Header type is set to 'GUI' ?

  4. My Application process is not showing in taskmanager process list

    Mar 8, 2023 · I made one application in java. But whenever I run this application, I am not able to see its icon or process name on taskbar. I only see "Open JDK" process name.

  5. Process name and icon in Windows Task Manager #189 - GitHub

    Apr 14, 2022 · When my app is run, the taskbar icon and label behave as expected - app icon is shown correctly and tooltip shows window title. I expect these are derived from the window, in any event, that works fine. However in task manager, app shows up as "OpenJDK Platform binary" and with a Java "duke" icon.

  6. [Solved] KDE Plasma taskmanager doesn't show icons for Jetbrains

    Oct 9, 2011 · The task manager gets it's runtime icon from the runtime window which has no obligation to match whatever you've set up in the desktop file.

  7. When I launch an application that uses Java, only the Java icon ...

    Oct 25, 2012 · Have you tried to install the updated version of the application and check if the taskbar icons displays correctly. Reply us with the above information to help you.

  8. How to Restore the Java Taskbar Icon - PowerShell.Site

    Jun 27, 2024 · This article provides a detailed guide on how to restore the Java taskbar icon, addressing common causes and step-by-step solutions.

  9. Show java application in Program tab in Task Manager

    Jan 12, 2009 · I am trying to get my java applicaqtion to show up in the program tab in task manager. It currently shows up as java.exe in processes. Is this possible? Audun

    Missing:

    • Icon

    Must include:

  10. java - Modifying taskbar icon of my .jar program - Stack Overflow

    May 13, 2012 · I'm trying to change the default java icon that appears in taskbar everytime I run my .jar program. I managed to change it with frame.setIconImage(img); but this makes icon way too small, I want it to be as big as other programs icons and have a high quality.