On 04/07/07, [EMAIL PROTECTED] wrote:
> strip build/Default-i386/libsqlitejdbc.so
> javac -target 1.5 -classpath "build::" -sourcepath src/test -d build
> src/test/ConnectionTest.java
> javac: invalid target release: 1.5
> Usage: javac <options> <source files>

> Do I need Java 1.5 to compile this driver ?

No, it is only the test cases that need Java 1.5. The driver is
compiled, you'll find a .jar file and a .so file in the build/
directory. If you want to skip the test cases in future, type "gmake
native"

d.

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

Reply via email to