Download the latest Jdbc Slim library from github.com/six42/jdbcslim
variable defined: JdbcSlimLib=jdbcslim*.jar
Installation Path
Adujust the below path if you installed at a different location
This path is relative to the folder in which 
FitNesse got started 
variable defined: LibInstallPath=${RootPath}/plugins/jdbcslim/
The Jdbc Slim Library - always required
classpath: ./plugins/jdbcslim/jdbcslim*.jarFurther dependencies
This is required to support encryption. It can be downloaded from 
https://github.com/dbfit/dbfit/releases/tag/v3.2.0classpath: ./plugins/jdbcslim/commons-codec-*.jarclasspath: ./plugins/jdbcslim/dbfit-*.jarSee the 
SuiteSetup pages for driver specific setup. 
JDBC driver used for the samples. Not required if you use a different JDBC driver
./plugins/jdbcslim/h2-*.jar - download from 
http://www.h2database.com/html/download.html./plugins/jdbcslim/csvjdbc-*.jar
User Manual  and Test Suite
To access the user manual and run the examples copy all Jdbc Slim Fitnesse pages from github to FitNesseRoot\PlugIns
Copy from github the folder plugins\jdbcslim\TestDB to plugins\jdbcslim\TestDB in your installation
variable defined: TestDbPath=${LibInstallPath}TestDB/
Execute the suite on 
.PlugIns.JdbcSlim.UserGuideTo build your own test pages
1. include this page on the root page of your suite 
2. include the 
SuiteSetup page or a page with similar content in the setup of your suite