Steps
- Download the latest Java class file from Zentus
- Save downloaded file to Coldfusion8/web-inf/lib directory
- Rename to clean the numbers if you wish
- Restart the Coldfusion Service or reboot the server
- Log into Coldfusion Administrator and click on datasources
- Add a new datasouce and for driver, select OTHER
- For the JDBC url , enter jdbc:sqlite:\Users\xxx.db
- Where xxx.db is the sqlite database file
- Note: Use the full path of the fule in the JDBC Url minus the drive letter
- Driver Class is: org.sqlite.JDBC
- Driver name is :sqlitejdbc.jar
- Leave everything blank
- Submit and it should be registed....Congrats