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 211591 - java.lang.NoClassDefFoundError: Could not initialize class com.sun.jna.Native
Summary: java.lang.NoClassDefFoundError: Could not initialize class com.sun.jna.Native
Status: RESOLVED DUPLICATE of bug 211655
Alias: None
Product: platform
Classification: Unclassified
Component: Lookup (show other bugs)
Version: 7.2
Hardware: PC Linux
: P3 normal (vote)
Assignee: Jaroslav Tulach
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2012-04-23 14:07 UTC by yuriy_lalym
Modified: 2012-04-27 11:41 UTC (History)
1 user (show)

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments
log (38.07 KB, text/plain)
2012-04-23 14:07 UTC, yuriy_lalym
Details

Note You need to log in before you can comment on or make changes to this bug.
Description yuriy_lalym 2012-04-23 14:07:33 UTC
Created attachment 118638 [details]
log

java.lang.NoClassDefFoundError: Could not initialize class com.sun.jna.Native
Comment 1 Tomas Danek 2012-04-25 11:48:30 UTC
We need definitely more information: what happened, what error affects, what you have done,...
See http://wiki.netbeans.org/IssueReportingGuidelines for more details.

there is also 
java.lang.InterruptedException
	at java.lang.Object.wait(Native Method)
	at org.openide.util.Task.waitFinished(Task.java:161)
	at org.openide.util.RequestProcessor$Task.waitFinished(RequestProcessor.java:1747)
	at org.openide.util.Task.waitFinished(Task.java:195)
[catch] at org.openide.loaders.FolderLookup$ProxyLkp.beforeLookup(FolderLookup.java:428)
	at org.openide.util.lookup.ProxyLookup$R.myBeforeLookup(ProxyLookup.java:638)
	at org.openide.util.lookup.ProxyLookup$R.computeResult(ProxyLookup.java:535)
	at org.openide.util.lookup.ProxyLookup$R.allInstances(ProxyLookup.java:503)
	at org.openide.util.lookup.ProxyLookup$R.allInstances(ProxyLookup.java:499)

and 


java.lang.NoClassDefFoundError: Could not initialize class com.sun.jna.Native
	at com.sun.jna.platform.unix.X11.<clinit>(X11.java:348)
	at com.sun.jna.platform.WindowUtils$X11WindowUtils.getAlphaVisualIDs(WindowUtils.java:1221)
	at com.sun.jna.platform.WindowUtils$X11WindowUtils.isWindowAlphaSupported(WindowUtils.java:1171)
	at com.sun.jna.platform.WindowUtils.isWindowAlphaSupported(WindowUtils.java:1507)
[catch] at org.netbeans.core.nativeaccess.NativeWindowSystemImpl.isWindowAlphaSupported(NativeWindowSystemImpl.java:77)
	at org.netbeans.core.windows.FloatingWindowTransparencyManager$1.run(FloatingWindowTransparencyManager.java:90)
	at java.lang.Thread.run(Unknown Source)
Comment 2 Marian Mirilovic 2012-04-27 11:41:47 UTC

*** This bug has been marked as a duplicate of bug 211655 ***