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 96286 - Start in Profile Mode Information dialog shows wrong JDK version
Summary: Start in Profile Mode Information dialog shows wrong JDK version
Status: VERIFIED DUPLICATE of bug 93395
Alias: None
Product: profiler
Classification: Unclassified
Component: Base (show other bugs)
Version: 6.x
Hardware: PC Windows XP
: P3 blocker (vote)
Assignee: issues@profiler
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2007-02-22 11:30 UTC by Alexander Kouznetsov
Modified: 2007-04-09 12:58 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 Alexander Kouznetsov 2007-02-22 11:30:25 UTC
Profiler Build 1 (070222)
NetBeans IDE Dev (Build 200702201900)
1.5.0_10; Java HotSpot(TM) Client VM 1.5.0_10-b03
Windows XP version 5.1 running on x86
ru_RU (nb); Cp1251

Steps to reproduce
- Setup GlassFish to run with JDK 1.6 (using asenv.bat)
- Right-click GlassFish in IDE and select Start in Profile Mode
- Information dialog is shown that server will be started with JDK 1.5.
- RESULT: Server is started with JDK 1.6 and Profiler fails to attach to it due
to issue 96285. Wrong JDK version is shown in Information dialog and this could
be misleading.
Comment 1 Jiri Sedlacek 2007-03-23 12:49:14 UTC
For me after invoking Start in Profile Mode action a dialog is displayed to 
select Java platform for profiling. If the server is started using different 
JDK than selected, then it's a duplicate of Issue 93395.

*** This issue has been marked as a duplicate of 93395 ***
Comment 2 Alexander Kouznetsov 2007-04-09 12:58:06 UTC
Verified