https://issues.apache.org/ooo/show_bug.cgi?id=121914
--- Comment #2 from Ariel Constenla-Haile <[email protected]> --- (In reply to comment #1) > /opt/openoffice.org3/program/soffice > -env:UserInstalletion=$SYSUSERCONFIG/.openoffice.org/3 > > works fine. Correction, this does not work; $SYSUSERCONFIG isn't expanded. But is this the bug you are seeing? I'm not sure if it never worked before, but at least since 3.0.0 it doesn't: ]$ ~/OOo/prev-versions/3.0.0-OOO300_m9/openoffice.org3/program/soffice -env:UserInstallation="$SYSUSERCONFIG/.openoffice.org/3" [Java framework] Error in function createSettingsDocument (elements.cxx).javaldx failed! ]$ ~/OOo/prev-versions/3.1.1-OOO310_m19-9420/openoffice.org3/program/soffice -env:UserInstallation="$SYSUSERCONFIG/.openoffice.org/3" [Java framework] Error in function createSettingsDocument (elements.cxx). javaldx failed! ]$ ~/OOo/prev-versions/3.2.1-OOO320_m18-9502/openoffice.org3/program/soffice -env:UserInstallation="$SYSUSERCONFIG/.openoffice.org/3" [Java framework] Error in function createSettingsDocument (elements.cxx). javaldx failed! ]$ ~/OOo/prev-versions/3.4.0-BETA-OOO340_m0-9583/ooo-dev3/program/soffice -env:UserInstallation="$SYSUSERCONFIG/.openoffice.org/3" [Java framework] Error in function createSettingsDocument (elements.cxx). javaldx failed! -------------------- The error has nothing to with java, java7, or javaldx; it just happens that this error/warning is printed to stderr before the application terminates due to a runtime exception. -- You are receiving this mail because: You are on the CC list for the bug. You are the assignee for the bug.
