Dear team,
We have uploaded a java class into the apps schema of database and uploaded the custom jar file which the java class refers to the apps schema of the database.
Custom jar file csjdbc.jar is uploaded using the loadjava utility from windows.
loadjava -verbose -resolve -user username/pwd@servicename -jarasresource csjdbc.jar
pls/sql function invokes the java class and when function is called from anonymous block we are getting error
"java.lang.ClassNotFoundException: cs/jdbc/driver/CompositeDriver".
cs/jdbc/driver/CompositeDriver is the class file in the custom jar file.
When we query in the apps schema of the database server we can see a record
select * from all_objects where object_name like 'csjdbc.jar' and object_type like 'JAVA%';
Can you please suggest whether we need to add any entry to classpath.
thank you