The examples accompanying this package stem from a student of the WU (Wirtschaftsuniversität Wien), Andreas Ahammer. He has made his paper (in English) and his examples available on the WWW: http://www.wu-wien.ac.at/usr/h02c/h0251406/e-commerce/vk6/ Andreas Ahammer has been updating his work to match the support given via "OOO.CLS" as distributed via this package. ----------------------------------------------------------------------- 1. Setup CLASSPATH OpenOffice.org - developer's guide p. 107ff, BUT missing: juh.jar, unoil.jar -- already done for OOo 1.1.3 2. Start OpenOffice (p. 107ff) Explicitly state protocol and socket (p. 107ff), e.g. soffice -accept=socket,host=localhost,port=8100;urp; OR Use configuration file (p. 31ff) %OOo%/[share|usr]/ Load XML-file: [%OOoBase%]\share\registry\data\org\openoffice\Setup.xcu [%OOoBase%]\user\registry\data\org\openoffice\Setup.xcu insert in element : socket,host=localhost,port=8100;urp; "urp=UNO remote protocol" examples/previous/Exa*.rex ... original solution, using BSF.CLS only ... follow the Java examples 1:1 examples/rgfExa*.rex ... *NEW* solution by ---rgf, using OOO.CLS (which uses BSF.CLS) ... OOO.CLS does most of the boilerplate work, hence concentrating on the important ;) stuff only (as easy if not easier than StarBasic) ---------------------------------------------------- ---rgf, 2005-06-06