Pergunta

I am currently attempting to build a JAR file which interfaces with Oracle Reports; I need to know which JAR file contains java.reports.server.Security in order to fix a compilation issue and my google-fu skills have thus far proven inadequate. Any help on this would be much appreciated!

Foi útil?

Solução

If anyone is wondering about the answer to this; I found the JAR files required for reports API dependency resolution.

They are as follows:

$ORACLE_HOME/jlib/zrclient.jar

-AND-

$ORACLE_HOME/reports/jlib/rwrun.jar

I hope this helps if anyone else becomes as stuck as I was...

Licenciado em: CC-BY-SA com atribuição
Não afiliado a StackOverflow
scroll top