# Linux (OpenSuse)

The following steps are required for Linux (OpenSuse):

# Set environment variables

# For OpenOffice

UNO_PATH=/opt/openoffice4/program

# For LibreOffice

UNO_PATH=/usr/lib64/libreoffice/program

# Modify the 'EloClient.sh' 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.

# For OpenOffice

java -Xms200m -Xmx1000m -classpath
/opt/openoffice4/program/classes/officebean.jar:/opt/openoffice4/program/classes/unoil.jar:/opt/openoffice4/program/classes/juh.jar:/opt/openoffice4/program/classes/ridl.jar:EloClient.jar:lib/* -Dlog4j.properties de.elo.client.main.Start

# For LibreOffice

java -Xms200m -Xmx1000m -classpath
/usr/lib64/libreoffice/program/classes/officebean.jar:/usr/lib64/libreoffice/program/classes/unoil.jar:/usr/lib64/libreoffice/URE/java/juh.jar:/usr/lib64/libreoffice/URE/java/ridl.jar:EloClient.jar:lib/* -Dlog4j.properties de.elo.client.main.Start

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