getting the code from Documentum Jar Files

Anjali66
edited October 13, 2017 in Documentum #1

Export.gif

Hi All,

I navigated to my cabinets->system->modules and there are some Jar files that are created by the vendor for us. Is it possible to Ex[ort that Jar File and see the code in Documentum. I tried doing that and not sure where the file got exported.

Above is the image for that: 

Tagged:

Comments

  • DCTM_Guru
    edited October 13, 2017 #2

    The jar files only contain java class files.  You can try to decompile them using decompiler, but this doesnt always work.  Since you are using webtop, there the WDK/Webtop components are extensible and there is plenty of documentation on how to extend these components.