JDBC Step

JDBC Connectivity Step

1. Please check whether JDK is install or not, if not then please download from

http://www.oracle.com/technetwork/java/javase/downloads/jdk8-downloads-2133151.html

http://download.oracle.com/otn-pub/java/jdk/8u131-b11/d54c1d3a095b4ff2b6607d096fa80163/jdk-8u131-windows-x64.exe?AuthParam=1493874595_98e210ca47c88227f8f999246f703614

2. Setup java path and enviroment

Two methods are there to set the classpath.

Set the class path using the following command.

set PATH="C:\Program Files\Java\jdk1.5.0_08\bin";%PATH%

The other way of setting the class path variable is:

First right click on the My Computer->properties->advance->Environment Variables->path.

Set bin directory path of JDK in the path variable.

3. Download Apache Web Server

http://www-eu.apache.org/dist/tomcat/tomcat-9/v9.0.0.M20/bin/apache-tomcat-9.0.0.M20.exe