Community
Participate
Working Groups
Build Identifier: M20110909-1335 I am trying to execute a simple JNA Tutorial given under following Site <http://en.wikipedia.org/wiki/Java_Native_Access> , But everytime I execute it, I get java.lang.ClassNotFoundException: com.sun.jna.win32.StdCallLibrary. Same code works fine with java command like execution. I feel the referenced library mechanism does not work properly. Reproducible: Always Steps to Reproduce: 1.Download and import to Referenced Libraries JNA3.4.0 from https://github.com/twall/jna 2.Create An example explained in <http://en.wikipedia.org/wiki/Java_Native_Access> 3.Execute the example.
It sounds like you have a configuration problem, not a bug. It is certainly not a problem with PDE Build. Please try the Eclipse forums (www.eclipse.org/forums/) or IRC. You should check the contents of the JDT classpath (Right click on project > Properties > Java Build Path)