i have set the following classpath
CLASSPATH=.;C:\oracle\ora101\jdbc\lib\ojdbc14.jar;
do i need to include more jar files in my classpath
That should work then. Check if the jar exists there and add it at the entry at the beginning of the CLASSPATH.
CLASSPATH=C:\oracle\ora101\jdbc\lib\ojdbc14.jar;.;
type CLASSPATH in the cmd to check if your classpath is set right
Can you tell us how do you set this classpath and run the application ? Using any
IDE ?