Why do I get "jdbc driver not found" when trying to test a connection in VAJ database alias creation?
Created May 4, 2012
Prasad Thammineni If the JDBC driver jar/zip file is external to VisualAge ensure that the jar/zip file is included in VisualAge's WorkSpace "ClassPath". You can find this in the resources section of the "options" dialog.
If the JDBC driver is imported into the VAJ's workspace, make sure the project is included in your application's "Project Path". You can specify this by going to the properties dialog from the Class's right click menu.
If the JDBC driver is imported into the VAJ's workspace, make sure the project is included in your application's "Project Path". You can specify this by going to the properties dialog from the Class's right click menu.
[FAQ Manager addendum] See the follwing FAQ entry for more info on setting these paths in VAJ:
How does VAJ handle compile-time and runtime CLASSPATH?