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 58138 - The profiler should provide more reasonable error message when running on 64 bit JVM until 64 bit support is provided
Summary: The profiler should provide more reasonable error message when running on 64 ...
Status: CLOSED FIXED
Alias: None
Product: profiler
Classification: Unclassified
Component: Base (show other bugs)
Version: 4.x
Hardware: All All
: P3 blocker (vote)
Assignee: Jiri Sedlacek
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2005-04-21 06:50 UTC by iformanek
Modified: 2007-02-12 22:04 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 iformanek 2005-04-21 06:50:45 UTC
Currently the profiler throws unspecified internal error failing to load native 
library - a more user-friendly error message should be displayed instead
Comment 1 iformanek 2005-05-16 13:45:33 UTC
Self assign for M7
Comment 2 Jiri Sedlacek 2005-06-21 18:20:50 UTC
Added check on 64bit JVM. Currently this check is performed only for JVM of the 
IDE, but every target JVM should be checked. I'll keep this issue open for more 
investigation.
Comment 3 Jiri Sedlacek 2005-06-22 12:35:12 UTC
Added check to MiscUtils.isSupportedJVM which is used for determining which 
Java Platforms defined within the IDE are suuported by the Profiler.

The only remaining thing to do is to check every (attach) target JVM if 
supported by the Profiler and "provide reasonable error message" if not. New 
issue will be opened for this once it become a problem.

I'm closing this issue now as fixed for M7.
Comment 4 ehucka 2006-10-09 12:09:10 UTC
Verification of old issues.
Comment 5 Alexander Kouznetsov 2007-02-12 22:04:51 UTC
Closing old issues.