Results 1 to 5 of 5
- 02-25-2009, 02:13 AM #1
Member
- Join Date
- Feb 2009
- Posts
- 46
- Rep Power
- 0
ClassNotFoundException: org.sqlite.JDBC
Hey all!
I've been having some real problems in compiling my program into one executable JAR from with in Eclipse.
The error in the title keeps occurring and I've searched and searched and we can't figure it out.
I've updated the manifest to include Class-Path: sqlite.jar - etc but no dice!
So far only way I've got it to run was to remove the sqlite jar from the program jar - put it in the saem directory and make a batch file with.
java -cp GUI_LIB.jar;sqlitejdbc-v054.jar LIBStart
---
Any ideas?
- 02-25-2009, 02:14 AM #2
Member
- Join Date
- Feb 2009
- Posts
- 46
- Rep Power
- 0
Another idea given to me was to create a JAR program that then executes my actual program JAR with the sqlite as well, but i've no idea how to do that!
- 02-25-2009, 05:34 AM #3
Since this has nothing to do with Swing/AWT, why did you post it here?
db
- 02-25-2009, 06:06 AM #4
Member
- Join Date
- Feb 2009
- Posts
- 46
- Rep Power
- 0
Hmm...
Good question....
I was looking at one thing and doing another, My program is built in Swing so its all gui with that error occuring when accessing DB - can i get a mod to move it?
- 02-25-2009, 06:30 AM #5
Similar Threads
-
ClassNotFoundException com.mysql.jdbc.Driver
By Heather in forum JDBCReplies: 4Last Post: 03-31-2010, 12:08 PM -
java.lang.ClassNotFoundException: oracle.jdbc.driver.OracleDriver
By ljustiniano in forum New To JavaReplies: 6Last Post: 02-19-2010, 01:57 PM -
netbeans and sqlite
By witzode in forum NetBeansReplies: 1Last Post: 07-18-2008, 08:26 AM -
java.lang.ClassNotFoundException: oracle.jdbc.driver.OracleDriver
By haneeshrawther in forum Advanced JavaReplies: 0Last Post: 03-21-2008, 01:13 PM -
java.lang.ClassNotFoundException: sun.jdbc.odbc.JdbcOdbcDriver
By Marcus in forum JDBCReplies: 1Last Post: 06-27-2007, 05:57 PM


LinkBack URL
About LinkBacks
Reply With Quote
Bookmarks