This Bugzilla instance is a read-only archive of historic NetBeans bug reports. To report a bug in NetBeans please follow the project's instructions for reporting issues.

Bug 154979

Summary: Incomplete data in attach dialog
Product: profiler Reporter: _ rkubacki <rkubacki>
Component: BaseAssignee: J Bachorik <yardus>
Status: RESOLVED WONTFIX    
Severity: blocker    
Priority: P3    
Version: 6.x   
Hardware: All   
OS: All   
Issue Type: DEFECT Exception Reporter:

Description _ rkubacki 2008-12-09 01:10:21 UTC
nb6.5rc1, linux

I want to look at running eclipse but profiler attach dialog gives me only <pid> of this process. It gives me main class
name for my other Java processes. Probably because eclipse has native launcher that loads jvm.so and runs main class in
it. At least name of executable would be nice.
Comment 1 J Bachorik 2009-03-23 16:37:26 UTC
Can you see the details when you invoke jps command?
Comment 2 Petr Cyhelsky 2009-04-28 14:44:48 UTC
It is true the attach dialog doesn't see the main class of eclipse, but because jps doesn't see the main class we can't
do anything. If you really need to identify the eclipse project it may help you that you should see
-Dosgi.requiredJavaVersion=.... in the VM Arguments of its process. As we can't do anything to recognize the main class
-> resolving as wontfix.