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 111789 - org.openide.util.Utilities should recognize Win64
Summary: org.openide.util.Utilities should recognize Win64
Status: NEW
Alias: None
Product: platform
Classification: Unclassified
Component: -- Other -- (show other bugs)
Version: 6.x
Hardware: All All
: P3 blocker (vote)
Assignee: issues@platform
URL:
Keywords:
Depends on:
Blocks: 111279
  Show dependency tree
 
Reported: 2007-08-02 17:01 UTC by Martin Ryzl
Modified: 2009-01-06 14:57 UTC (History)
0 users

See Also:
Issue Type: ENHANCEMENT
Exception Reporter:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Martin Ryzl 2007-08-02 17:01:26 UTC
org.openide.util.Utilities should recognize Win64. OS specific code is necessary when loading native dll on Windows.
Comment 1 Martin Ryzl 2007-08-02 17:04:22 UTC
adding dependency to demostrate there is a use case. Obviously a workaround exists.
Comment 2 _ rkubacki 2007-08-03 08:59:13 UTC
Another example where we query if we run on 32 or 64 bit is -
extbrowser/src/org/netbeans/modules/extbrowser/NbDdeBrowserImpl.java. The same usecase.

What are you suggesting Martin? Method like 'boolean Utilities.is64bit()'? Note that Solaris has 64-bit JVM too.
Comment 3 Martin Ryzl 2007-08-03 09:07:00 UTC
it might be a solution.