Skip to content
hanya edited this page Sep 13, 2010 · 1 revision

RUNO needs environment variables to initialize correctly.

Linux

  • LD_LIBRARY_PATH
    Path to the lib of URE. For example:
    /home/asuka/opt/ooo-dev/ure/lib
  • URE_BOOTSTRAP
    Path to the fundamentalrc with vnd.sun.star.pathname protocol.
    vnd.sun.star.pathname:/home/asuka/opt/ooo-dev3/program/fundamentalrc

Windows

  • PATH
    Set path to the directory of dlls of URE. E.g.:
    E:\usr\local\OOo\Dev69\OOo-dev 3\URE\bin
  • URE_BOOTSTRAP
    Path to the fundamental.ini starting with vnd.sun.star.pathname protocol. For example:
    vnd.sun.star.pathname:E:\usr\local\OOo\Dev69\OOo-dev 3\program\fundamental.ini
Clone this wiki locally