To check the Java version:
1. Open a Command Prompt window on the DocuShare server.
2. Change into the \jdk1.6.0\bin> directory.
Where is replaced with the installation directory for DocuShare. The default installation path is C:\Xerox\Docushare. Depending on your installation environment the path may vary.
3. Type java –version and press Enter.
· On a 64 bit server, you should see 64 bit JVM:
C:\Xerox\Docushare\jdk1.6.0\bin>java -version
java version "1.6.0_24"
Java(TM) SE Runtime Environment (build 1.6.0_24-b07)
Java HotSpot(TM) 64-Bit Server VM (build 19.1-b02, mixed
mode)
· If your installation is 32 bit, you will see:
C:\Xerox\Docushare661\jdk1.6.0\bin>java -version
java version "1.6.0_24"
Java(TM) SE Runtime Environment (build 1.6.0_24-b07)
Java HotSpot(TM) Client VM (build 19.1-b02, mixed mode)
Solution Published: January 13th, 2013
Solution ID: 1434