Sorry didn't read that post properly. Use the -classpath parameter to add the SQLite JAR to the classpath, e.g. java -classpath C: \sqlitejdbc-v043-nested.jar -jar jarfile
Or add it to the manifest, see: http://java.sun.com/docs/books/tutorial/deployment/jar/downman.html On Apr 2, 9:38 pm, Curtis <[EMAIL PROTECTED]> wrote: > I am using Eclipse for development. I can run my program just fine in > Eclipse. However, I want to create a Jar file that will run my > program. Everytime I try to execute the generated JAR I get this > error: Exception in thread "main" java.lang.ClassNotFoundException: > org.sqlite.JDBC > > What am I doing wrong? > > Thank in advance. --~--~---------~--~----~------------~-------~--~----~ Mailing List: http://groups.google.com/group/sqlitejdbc?hl=en To unsubscribe, send email to [EMAIL PROTECTED] -~----------~----~----~----~------~----~------~--~---
