0

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.

gmojunior
  • 292
  • 1
  • 4
  • 7

1 Answers1

0

Right click on the project, click 'Properties'. Next select 'Deployment Assembly'. Click the 'Add...' button to add my jar files that you need to be included in the exported war file.

user1521213
  • 139
  • 1
  • 6