Finding JARS on the web for a class

652 views Asked by At

I'm working on trying to find a jar(s) file for the following imports. This is pertaining to a custom component for Oracle's UCM (Universal Content Manager). Two websites that come up no longer exist (findjar.com). I've been searching for possible code examples that would include the jars, but at this point, I have not found a solution. I've searched for websites that would aid me in finding the jar file that contains the class/path below. Is there another website that replaces findjar.com?

import intradoc.shared.*;
import intradoc.common.*;
import intradoc.data.*;
import intradoc.server.*;
import intradoc.resource.*
1

There are 1 answers

1
Sam On BEST ANSWER

This file is available on the UCM server. You can locate it like this:

  • Log in as an administrator
  • Go to Administration / Configuration for ...
  • Expand class path details. There you will find something ending with wccontent/ucm/idc/jlib/idcserver.jar. That is the path on the server. Download that file and you have everything you need.