Search code examples
javaexceptionjdbcjarjaybird

jdbc driver not found when execute from exported Jar


I have a Java applet, it works correctly when executed from eclipe, but I want to export it to a Jar and use it. but when I do that, i get jdbc driver not found, it seems like when exporting, jaybird is not exported.

For exporting I use eclipse export and choose Java/JAR File, in build path i have jaybird mark to export.

Any suggestions? Thanks in advance


Solution

  • I finally get the answer, I had to sign the jaybird jar also because that jar was doing read/write operation in HDD