I'm trying to add Javadocs to IntelliJ for CIS-Client-11g. From what I can tell Oracle doesn't offer the javadoc jar file as a download. The actual documentation is online though here: http://docs.oracle.com/cd/E21764_01/apirefs.1111/e17350/
However when I try to Ctrl+Q on cisApplication.getUCPMAPI() IntelliJ tries to access:
- http://docs.oracle.com/cd/E21764_01/apirefs.1111/e17350/com/stellent/cis/ICISApplication.html#getUCPMAPI
AND - http://docs.oracle.com/cd/E21764_01/apirefs.1111/e17350/com/stellent/cis/ICISApplication.html#getUCPMAPI-
OR - The javadoc.jar file equivalents.
(I initially downloaded the site, zipped it and saved it as cis-client-11g-javadoc.jar)
However the actual URL for the method is:
http://docs.oracle.com/cd/E21764_01/apirefs.1111/e17350/com/stellent/cis/ICISApplication.html#getUCPMAPI__
(notice the end is "__" ).
How Can I get IntelliJ to check for _ or __ at the end of Javadoc URLS when it can't find them?