1

I made a project in Netbeans 6.8 and added a third-party library which included some nativelibraries. When I made a JAR of my project, only the third-party JAR was included; its nativelibrary was not. Therefore, I am unable to run my project.

How can I resolve this issue?

JoshDM
  • 4,939
  • 7
  • 43
  • 72
Azfar Niaz
  • 1,516
  • 4
  • 13
  • 21

1 Answers1

2

The native library is loaded just like a resource. Try placing it in a resources folder.

Andy
  • 8,841
  • 8
  • 45
  • 68