Create a project in NetBeans with Java JDK 8u131 and JRE 8u131, in the project I use a library called JXL which, as you know, is used to export and import tables Excel
The project works very well when I run it in the same NetBeans, the thing is when I generate the .jar it does not open, I guess for the library I'm using.
For example, in other projects I have used other libraries like jCalendar or Jtatoo and this problem does not generate it.
Does anyone know why this error happens?