Hi, I am a beginner in JNA and I want to test it with OSGi, so I implemented a simple bundle using JNA, but when I start it, I get this error: Couldn't start bundle: JNA (#37) (due to: java.lang.NoClassDefFoundError: com/sun/jna/Library) java.lang.NoClassDefFoundError: com/sun/jna/Library
the jna.jar is on my path.
Can anyone help me?
Thanks in advance.
Asma

