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 111279 - nokia pc connectivity error on x64
Summary: nokia pc connectivity error on x64
Status: RESOLVED WONTFIX
Alias: None
Product: javame
Classification: Unclassified
Component: -- Other -- (show other bugs)
Version: 6.x
Hardware: PC Windows Vista
: P3 blocker (vote)
Assignee: Antti Kuorelahti
URL:
Keywords:
Depends on: 111789
Blocks:
  Show dependency tree
 
Reported: 2007-07-28 01:05 UTC by freeman3
Modified: 2010-09-23 10:08 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments
Message log (70.22 KB, text/plain)
2007-07-28 01:06 UTC, freeman3
Details

Note You need to log in before you can comment on or make changes to this bug.
Description freeman3 2007-07-28 01:05:11 UTC
ide tries to load 32bit dll on 64bit java vm. 64bit dll's are available but it load the wrong version
Comment 1 freeman3 2007-07-28 01:06:17 UTC
Created attachment 45856 [details]
Message log
Comment 2 Martin Ryzl 2007-08-02 14:48:51 UTC
what is the name of the 64bit dll? I don't have an access to 64bit windows at the moment.
Comment 3 freeman3 2007-08-02 18:51:03 UTC
it's ConnAPI64.dll
all 64 versions have 64 at the end.
i have both version installed in the pc connectivity directory
Comment 4 Martin Ryzl 2007-08-03 17:24:05 UTC
We have to postpone the fix - I can load ConnAPI64.dll, in fact I've already fixed this part - but there is another dll
which is currently only 32bit and even though we have sources we can't build it because the Nokia API contains only
32bit version of .lib file :(. I've already contacted Nokia .
Comment 5 Adam Sotona 2010-09-23 10:08:50 UTC
This is a general issue of 64bit Java interaction with native libraries.
Please use 32bit Java whenever the 64bit libraries are not available.

The library should be a part of Nokia Suite so closing as won't fix in NetBeans.