[dev] How to learn how to setup CLASSPATH matching the OOo installation ("unoinfo java") ... (Re: [dev] Partially solved (Re: [dev] MacOSX+OOo3.3+Java: howto setup ?

2011-02-17 Thread rony
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

[dev] Solved (Re: [dev] Partially solved (Re: [dev] MacOSX+OOo3.3+Java: howto setup ?

2011-02-15 Thread rony
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

[dev] Partially solved (Re: [dev] MacOSX+OOo3.3+Java: howto setup ?

2011-02-15 Thread rony
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=