I want to deploy this library in tomcat. I need to be able to read the db file relative to the classpath. Is it possible to specify a connection URL with filename relative to the classpath?
so if my classpath contains /tomcat/myapp/WEB-INF/classes and my file is in /tomcat/myapp/WEB-INF/classes/data/database.db I like to specify the connection string URL as something like: "jdbc:sqlite:classpath:///data/database.db How do I achieve that? -- Mailing List: http://groups.google.com/group/sqlitejdbc?hl=en To unsubscribe, send email to sqlitejdbc-unsubscr...@googlegroups.com