Hi. Thank you for reply. My mistake - I have downloaded the source code from the link on a page http://www.sapdb.org/sap_db_jdbc.htm
Now I have download a sources from ftp://ftp.sap.com/pub/sapdb/7.4/sapdb-jdbc-source.jar - it compiles just fine :) Thank you. WBR Alexey Ryumin >Hi Alexey, > >If it is the 7.3 driver, 1.3.1 is the latest possible JDK, as all >newer versions bring JDBC 3.0 with them which is in the 7.4 >version. Thus, compiling any JDBC 2.0 driver will stop at the >first unimplemented JDBC 3.0 interface method. > >As we use the JDK 1.4 to compile the 7.4 driver source here, this should >normally work. Please look for some oddities (such as an already compiled driver, or >some classes from an older JDK) in your class path. > >A command line > > javac -d foo -sourcepath . com/sap/dbtech/jdbc/DriverSAPDB.java > >should work and place some files under the 'foo' directory. (For compiling >all classes, you have of course to provide the rest of the sources to the >compiler). > >The source currently available at http://www.sapdb.org should be the one >for the 3.0 version of JDBC driver. If you want anyway dig into the sources >I encorage you to use the newest version of them. > >Regards >Alexander Schr�der >SAP Labs Berlin _______________________________________________ sapdb.general mailing list [EMAIL PROTECTED] http://listserv.sap.com/mailman/listinfo/sapdb.general
