Hi Joe, so now I am at home so I can't test something but I did the
tests before I stopped working.

Well I got a program that I programmed in Windows on eclipse (just for
information). I made a jar file and then I copied this jar to our
solaris server.
path is that one: /home/Homedev/WinJar/RunBackup.jar
and then I took the compiled jar and but it also n that folder where
my jar is and also the libsqlitejdbc.so
Then set path to lib: export LD_LIBRARY_PATH=/home/Homedev/WinJar/:
$LD_LIBRARY_PATH

After that I started my jar file like this: java -cp sqlitejdbc-v036-
native.jar -Djava.library.path=. -jar RunBackup.jar
And the program begins running but when the SQLite connection comes I
still get the error of:
java.sql.SQLException: no SQLite library found
        at org.sqlite.Conn.<init>(Conn.java:XX)
        at org.sqlite.JDBC.connect(JDBC.java:XX)
        at java.sql.DriverManager.getConnection(DriverManager.java:
XX)
        at java.sql.DriverManager.getConnection(DriverManager.java:
XX)
XX-> not a work don't now the real values.

And I also tried it with the native jar of windows got the same error.
Was the .so wrong compiled or is it an error of myself?


On Aug 28, 4:49 pm, Joe Wilson <[EMAIL PROTECTED]> wrote:
> Who knows. It's not important. Just see if it runs.
>
> The correct junit jar file should probably be included in the release
> tar ball to avoid this sort of confusion. But that's up to David.
>
> --- Dan <[EMAIL PROTECTED]> wrote:
> > But what must I do that the test and junit will not be compiled? What
> > should I change in the Makefile?
>
> > On Aug 28, 3:20 pm, Joe Wilson <[EMAIL PROTECTED]> wrote:
> > > I've never ran the sqlitejdbc tests or junit before, so I can't help
> > > you there.
>
> ___________________________________________________________________________-_________
> Be a better Globetrotter. Get better travel answers from someone who knows. 
> Yahoo! Answers - Check it 
> out.http://answers.yahoo.com/dir/?link=list&sid=396545469


--~--~---------~--~----~------------~-------~--~----~
Mailing List: http://groups.google.com/group/sqlitejdbc?hl=en
To unsubscribe, send email to [EMAIL PROTECTED]
-~----------~----~----~----~------~----~------~--~---

Reply via email to