You have to use java 1.5 to build the v036 sources. No choice. If you add the new Java 1.6/JDBC 4.0 methods then your driver will only work with Java 1.6+.
The new method definitions can be found here: http://java.sun.com/javase/6/docs/api/java/sql/Connection.html etc. --- Dan <[EMAIL PROTECTED]> wrote: > Well i changed it to javac -source 1.5 -target 1.5 and also with 1.4 > but it didn't worked :( > Then I tried to add all abstract methods but then there are some which > needs a return but what return will that be. > I think I will have to install tomorrow at work the java 1.5 and > compile it and try to see iw this compilation will work with the 1.6 > because the jarfile of windows runs very good on java 1.6 with eclipse > for the tests and programmation. ____________________________________________________________________________________ Luggage? GPS? Comic books? Check out fitting gifts for grads at Yahoo! Search http://search.yahoo.com/search?fr=oni_on_mail&p=graduation+gifts&cs=bz --~--~---------~--~----~------------~-------~--~----~ Mailing List: http://groups.google.com/group/sqlitejdbc?hl=en To unsubscribe, send email to [EMAIL PROTECTED] -~----------~----~----~----~------~----~------~--~---
