That's what I have been doing.  I finally got it working however, by
not trying to add it from any other directory, but only in the current
directory.  Thanks for the help guys.

On Apr 3, 12:34 pm, Buff <[EMAIL PROTECTED]> wrote:
> 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.- Hide quoted text -
>
> - Show quoted text -
--~--~---------~--~----~------------~-------~--~----~
Mailing List: http://groups.google.com/group/sqlitejdbc?hl=en
To unsubscribe, send email to [EMAIL PROTECTED]
-~----------~----~----~----~------~----~------~--~---

Reply via email to