1

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?

qwazer
  • 7,174
  • 7
  • 44
  • 69

2 Answers2

3

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

lastnitescurry
  • 306
  • 1
  • 4
2

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.

  • 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 06:09
  • Actually these applets (UCF) are in all Webtop versions. Part of the core WDK framework – lastnitescurry Dec 01 '11 at 11:45