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 - NoClassDefFoundError: Could not initialize class com.sun.jna.Pointer
Summary: NoClassDefFoundError: Could not initialize class com.sun.jna.Pointer
Status: CLOSED FIXED
Alias: None
Product: platform
Classification: Unclassified
Component: Window System (show other bugs)
Version: 6.x
Hardware: All Windows XP
: P2 blocker (vote)
Assignee: David Simonek
URL: http://statistics.netbeans.org/analyt...
Keywords: JDK_SPECIFIC
Depends on: 139659
Blocks:
  Show dependency tree
 
Reported: 2008-08-28 14:45 UTC by Marian Mirilovic
Modified: 2008-12-22 14:37 UTC (History)
1 user (show)

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 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