I have a Dynamic Web Project with a reference to a library project. When I export the .war file and try to call the method I got:
org.jboss.resteasy.spi.UnhandledException: java.lang.NoClassDefFoundError: net/sf/jni4net/Bridge
When I look into my .war file, the jars of the library project were not exported. How can I do that?
Thanks.