When I try to run Java application, I receive the following error:
Exception in thread \"main\" java.lang.UnsatisfiedLinkError: no ocijdbc9 in j
You need to pass -Djava.library.path=YOUR_ORACLE_HOME\bin to the JRE as a runtime parameter
-Djava.library.path=YOUR_ORACLE_HOME\bin
So....
java [other java switches + runtime parameters] -Djava.library.path=YOUR_ORACLE_HOME\bin run-classname