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 - Incomplete data in attach dialog
Summary: Incomplete data in attach dialog
Status: RESOLVED WONTFIX
Alias: None
Product: profiler
Classification: Unclassified
Component: Base (show other bugs)
Version: 6.x
Hardware: All All
: P3 blocker (vote)
Assignee: J Bachorik
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2008-12-09 01:10 UTC by _ rkubacki
Modified: 2009-04-28 14:44 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
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.