Hi there,
a couple of days ago I was seeking information about the correct
settings for the CLASSPATH on MacOSX. Probably for
"land-under-water"-reasons I had totally forgotten about running
unoinfo java
which will return exactly this very same, vital information (available
for all systems O
Using the following shell script to set up the CLASSPATH environment
variable on MacOSX solved the problem finally:
UNO_PATH=/Applications/OpenOffice.org.app/Contents/program
OOOJAVA=/Applications/OpenOffice.org.app/Contents/basis-link/ure-link/share/java
export
CLASSPATH=$CLASSPATH
Partially solved!
The CLASSPATH-environment variable must also have the directory listed,
in which soffice resides. The shell script to create the needed
environment on Apple looks like:
UNO_PATH=/Applications/OpenOffice.org.app/Contents/program
export PATH=$PATH:$UNO_PATH
OOOJAVA=