I found 2 big files in documentum webtop

 webtop\wdk\contentXfer\win-jre1.6.0_16.zip
 webtop\wdk\contentXfer\win-jre1.5.0_06.zip

Why webtop is shipped with it?

link|improve this question

feedback

2 Answers

up vote 1 down vote accepted

If all your users have java on their PCs then you can delete the JREs packaged with webtop. I have done this before. Also I stripped out other files not used. For example:

  • the help files (not used as client did their own help)
  • Delete Sources and Web Workflow manager
  • Remove Themes
  • Remove UCF Jars and JRE

    Make sure to check the runtime java version setting in: "wdk/contentXfer/ucf.installer.config.xml"

    Your PC clients must have at least this version of java installed. This is from Webtop 6.7

link|improve this answer
feedback

Webtop version 6.0 and above uses Java Applet for file operations such as check-in, check-out, import etc.

EMC named this technology as UCF. So to execute the Java Applet of this UCF technology Webtop shipped with Windows JRE.

link|improve this answer
You mean the JRE is needed for clients lacking one. Webtop can make them download and install it and get the applets working. The JRE is not directly used by Webtop. – David Pierre Apr 22 '11 at 14:42
Right! JRE get used to execute UCF related applet on client browser. So one need to manually download compatible JRE version and install it on each client for successful UCF operations. – Vikas Yadav May 23 '11 at 6:09
Actually these applets (UCF) are in all Webtop versions. Part of the core WDK framework – lastnitescurry Dec 1 '11 at 11:45
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.