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 149815 - NoClassDefFoundError: Could not initialize class com.sun.jna.Pointer
Summary: NoClassDefFoundError: Could not initialize class com.sun.jna.Pointer
Status: RESOLVED DUPLICATE of bug 139659
Alias: None
Product: platform
Classification: Unclassified
Component: Window System (show other bugs)
Version: 6.x
Hardware: PC Windows Vista
: P3 blocker (vote)
Assignee: David Simonek
URL: http://statistics.netbeans.org/except...
Keywords:
Depends on:
Blocks:
 
Reported: 2008-10-10 21:42 UTC by Lukas Hasik
Modified: 2008-12-22 14:09 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter: 46513


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Lukas Hasik 2008-10-10 21:42:03 UTC
more than 50 duplicates

Build: NetBeans IDE 6.1 RC1 (Build 200804100130)
VM: Java HotSpot(TM) 64-Bit Server VM, 10.0-b19, Java(TM) SE Runtime Environment, 1.6.0_05-b13
OS: Windows Vista, 6.0, amd64
User comments: 
It reports I am running amd64, I'm not.  I'm running Vista 64-bit on an Intel Q9450

STACKTRACE: (first 10 lines)
java.lang.NoClassDefFoundError: Could not initialize class com.sun.jna.Pointer
        at com.sun.jna.PointerType.<init>(PointerType.java:25)
        at org.netbeans.core.nativeaccess.transparency.win32.W32API$HANDLE.<init>(W32API.java:79)
        at org.netbeans.core.nativeaccess.transparency.win32.W32API$HWND.<init>(W32API.java:92)
        at org.netbeans.core.nativeaccess.transparency.WindowUtils$W32WindowUtils.getHWnd(WindowUtils.java:567)
        at org.netbeans.core.nativeaccess.transparency.WindowUtils$W32WindowUtils.access$300(WindowUtils.java:565)
        at org.netbeans.core.nativeaccess.transparency.WindowUtils$W32WindowUtils$1.run(WindowUtils.java:618)
        at
org.netbeans.core.nativeaccess.transparency.WindowUtils$NativeWindowUtils$2.hierarchyChanged(WindowUtils.java:342)
        at java.awt.AWTEventMulticaster.hierarchyChanged(AWTEventMulticaster.java:481)
        at java.awt.Component.processHierarchyEvent(Component.java:6208)
        at java.awt.Component.processEvent(Component.java:5827)
Comment 1 Lukas Hasik 2008-10-10 21:43:54 UTC
most of report is from 64b Vistas
Comment 2 David Simonek 2008-10-24 11:04:47 UTC
Duplicate of 139659, which I tried to fix, but apparently fix failed for some reason. As I don't have access to 64 bit
Vista, I'm unable to fix the bug.

*** This issue has been marked as a duplicate of 139659 ***