How to change java location for standalone reports.
Hi,
I am using Oracle FMW 12.2.1.3.0 on Windows. I have several standalone reports running without issues.
All of them are started using %DOMAIN_HOME%\bin\startComponent.cmd <REPO SERVER NAME>
For some reason, it is using the javaw located in %ORACLE_HOME%\oracle_common\jdk\jre\bin instead of the javaw from my custom java installation. My java custom installation is used for all other Oracle processes: AdminServer, Managed servers.
How can I make the report standalone servers to use the custom java installation?
The startComponent.cmd uses internally the WLST startComponentInternal() but I can't find any documentation about it.