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 214742 - NoClassDefFoundError: Could not initialize class com.sun.jna.Native
Summary: NoClassDefFoundError: Could not initialize class com.sun.jna.Native
Status: RESOLVED DUPLICATE of bug 212938
Alias: None
Product: platform
Classification: Unclassified
Component: -- Other -- (show other bugs)
Version: 7.2
Hardware: All All
: P3 normal (vote)
Assignee: Stanislav Aubrecht
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2012-06-26 02:05 UTC by Exceptions Reporter
Modified: 2012-06-28 09:19 UTC (History)
1 user (show)

See Also:
Issue Type: DEFECT
Exception Reporter: 190052


Attachments
stacktrace (10.37 KB, text/plain)
2012-06-26 02:05 UTC, Exceptions Reporter
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Exceptions Reporter 2012-06-26 02:05:40 UTC
This bug was originally marked as duplicate of bug 211655, that is already resolved. This bug is still valid, so this seems to be another bug, but it might be related.

Build: NetBeans IDE 7.2 Beta (Build 201205031832)
VM: OpenJDK 64-Bit Server VM, 22.0-b10, OpenJDK Runtime Environment, 1.7.0_03-b147
OS: Linux

User Comments:
GUEST: trying to add a new php project




Stacktrace: 
java.lang.NoClassDefFoundError: Could not initialize class com.sun.jna.Native
   at org.netbeans.modules.masterfs.watcher.linux.LinuxNotifier.<init>(LinuxNotifier.java:103)
   at sun.reflect.NativeConstructorAccessorImpl.newInstance0(NativeConstructorAccessorImpl.java:0)
   at sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:57)
   at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45)
   at java.lang.reflect.Constructor.newInstance(Constructor.java:525)
   at java.lang.Class.newInstance0(Class.java:372)
Comment 1 Exceptions Reporter 2012-06-26 02:05:46 UTC
Created attachment 121328 [details]
stacktrace
Comment 2 Jaroslav Tulach 2012-06-27 17:48:51 UTC
Standa knows more about JNA.
Comment 3 Stanislav Aubrecht 2012-06-28 09:19:56 UTC

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