Discussion:
java.lang.ClassNotFoundException: org.sqlite.JDBC
rpcm
2014-08-10 13:28:27 UTC
Permalink
Hi guys,

Im kinda new to Netbeans and java, I have been however working with netbeans on PHP.

I have been searching for a while now and I see lots of examples that work but noon helped me.

I creating a simple access to a SQLite DB.




**On netBeans project I right clicked on Library and added the JAR "sqlite-jdbc-3.7.2.jar".
**When my event gets to this instruction "Class.forName("org.sqlite.JDBC");" , it coughts the exception "java.lang.ClassNotFoundException: org.sqlite.JDBC".



any help?

thanks
Rui
rpcm
2014-08-10 17:13:13 UTC
Permalink
Never mind I found the reason.

Loading...