When finding and visualizing locally discovered JVMs, Mission Control uses the following way to find out the name to use when visualizing the connection:
VirtualMachineDescriptor#getDisplayName()
For some applications with custom launchers, such as NetBeans and VisualVM, this returns the empty string. It would be nice if at least the FQN of the main class could be returned instead.
VirtualMachineDescriptor#getDisplayName()
For some applications with custom launchers, such as NetBeans and VisualVM, this returns the empty string. It would be nice if at least the FQN of the main class could be returned instead.
- duplicates
-
JDK-6174973 Process names don't appear in jps output when JNI is used to launch
-
- Closed
-