I made a Java application using netbeans and used sqlite as database Everything works in netbeans but when i export the program to jar file and run it on another machine, an exception appeared when i try to connect sqlite database
The exception is about this line: Class.forName("org.sqlite.JDBC"); and the exception is: java.lang.ClassNotFoundException: org.sqlite.JDBC
I looked at all related threads in stackoverflow and no pure answer about this.
Thanks in advanced,