From: Geoffrey K. <ge...@kn...> - 2005-03-31 12:08:40
|
I'm puzzled. This code works in one app: > (load "elf/jdbc.scm") > (load "elf/classpath.scm") > (addClasspathUrl "csvdriver.jar") > (DriverManager.registerDriver (jstels.jdbc.csv.CsvDriver.)) StelsCSV JDBC Driver 2.1 (Trial version) $4 = #null But this code does not in another: > (load "elf/classpath.scm") > (addClasspathUrl "lava3-printf.jar") > com.sharkysoft.printf.Printf SchemeException: ERROR: undefined variable "com.sharkysoft.printf.Printf" In both cases the .jar file in question is in the same directory as the .scm file (for testing). StelsCSV (trial version) came from: http://www.csv-jdbc.com/ Lava3 Printf came from: http://sharkysoft.com/software/java/lava3/printf/ Geoffrey -- Geoffrey S. Knauth | http://knauth.org/gsk |