cancel
Showing results for 
Search instead for 
Did you mean: 

upload oracle driver from eclipse to PDK

Former Member
0 Kudos

hello, everybody

I am working on a custom iview that can access the data in an Oracle database

and I try to load the oracle driver directly and get the connection from java

The oracle driver is in a ZIP file, and I can load it in eclipse and eclipse can see the classes fine

but once I deploy to the PDK, it gives me an classes cannot be found error

is there any way to solve this?

I am using EP5.0

thanks!!

Accepted Solutions (0)

Answers (1)

Answers (1)

Former Member
0 Kudos

Hi Gary:

You need to put the database driver files in the lib/apps directory of the Tomcat installation.

Prasad Nutalapati