# Microsoft Windows

The following steps are required with Microsoft Windows:

# Set environment variables

# For OpenOffice

UNO_PATH=C:\Program Files (x86)\OpenOffice 4\program

# For LibreOffice

UNO_PATH=C:\Program Files (x86)\LibreOffice 4\program

# Modify the 'EloClient.bat' file (only up to ELO Java Client 9.02.xxx)

Please note

The following changes may no longer be made when using ELO Java Client version 9.03.000 and higher.

Up to ELO Java Client 9.02.xxx, the OpenOffice preview can only be used in Microsoft Windows if the ELO Java Client is started using EloClient.bat.

# For OpenOffice

cd /D %~dp0
java -Xms200m -Xmx1000m -classpath EloClient.jar;lib/*;"C:\Program Files (x86)\OpenOffice 4\program\classes\officebean.jar";"C:\Program Files (x86)\OpenOffice 4\program\classes\unoil.jar";"C:\Program Files (x86)\OpenOffice 4\program\classes\juh.jar";"C:\Program Files (x86)\OpenOffice 4\program\classes\ridl.jar" de.elo.client.main.Start %*

# For LibreOffice

cd /D %~dp0
java -Xms200m -Xmx1000m -classpath EloClient.jar;lib/*;"C:\Program Files (x86)\LibreOffice 4\program\classes\officebean.jar";"C:\Program Files (x86)\LibreOffice 4\program\classes\unoil.jar";"C:\Program Files (x86)\LibreOffice 4\URE\java\juh.jar";" C:\Program Files (x86)\LibreOffice 4\URE\java\ridl.jar" de.elo.client.main.Start %*

Last updated: August 12, 2024 at 12:49 PM