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 145435

Summary: NoClassDefFoundError: Could not initialize class com.sun.jna.Pointer
Product: platform Reporter: Marian Mirilovic <mmirilovic>
Component: Window SystemAssignee: David Simonek <dsimonek>
Status: CLOSED FIXED    
Severity: blocker CC: tonitone
Priority: P2 Keywords: JDK_SPECIFIC
Version: 6.x   
Hardware: All   
OS: Windows XP   
URL: http://statistics.netbeans.org/analytics/detail.do?id=46513
Issue Type: DEFECT Exception Reporter:
Bug Depends on: 139659    
Bug Blocks:    

Description Marian Mirilovic 2008-08-28 14:45:02 UTC
36 duplicates so far ... Windows specific

Build: NetBeans IDE 6.5 Beta (Build 200808111757)
VM: Java HotSpot(TM) 64-Bit Server VM, 10.0-b23, Java(TM) SE Runtime Environment, 1.6.0_07-b06
OS: Windows Vista, 6.0, amd64
User comments: i cant move-windows without an error
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 Marian Mirilovic 2008-08-28 14:46:07 UTC
Windows Vista, 6.0, amd64
Windows 2003, 5.2, amd64
Comment 2 David Simonek 2008-08-28 15:00:42 UTC
Issue has the same reason as 139659 which I hopefully fixed. However I don't have access to amd64 Windows HW, so I can't
verify the fix myself. So if you see this issue again on builds 20080816 and newer, reopen this issue please, thanks.
Comment 3 Marian Mirilovic 2008-12-09 11:59:41 UTC
v/c