Connecting to Oracle 9i Lite from a JSP [message #163652] |
Fri, 17 March 2006 13:13 |
MyTopGun
Messages: 2 Registered: March 2006
|
Junior Member |
|
|
I am trying to use the oracle.lite.web.servlet package to connect to an Oracle Lite database using a JSP and get the user context of the logged in user like username and a few other details, however, when I try to compile my JSP on windows (haven't tried on UNIX) I get an error :
"Class _csl._html.OraUserProfile Not found
Connection c = ((OraUserProfile) user).getConnection();"
I think I need to set some JAR files in the windows classpath. Would anyone know what libraries or JARs I would need to get this code compiled? and Where these libraries are located?
Thanks much
|
|
|