Re: [api-dev] [code snippet] Bootstrap OpenOffice

2006-03-27 Thread Tom Schindl
Thanks integrated here: http://codesnippets.services.openoffice.org/Office/Office.BootstrapOpenOffice.snip Tom signature.asc Description: OpenPGP digital signature

Re: [api-dev] [code snippet] Bootstrap OpenOffice

2006-03-27 Thread Tobias Krais
Hi Jürgen, > i forgot to mention that it probably works only with an official build > of OO (and a default installation). Debian use as far as i know an own > start up script which probably causes the problem. I found out how to get it to work on Debian and other OS. >>> jar content: >>> com/sun

Re: [api-dev] [code snippet] Bootstrap OpenOffice

2006-03-21 Thread Jürgen Schmidt
Hi Tobias, Tobias Krais wrote: Hi Jürgen, i forgot to mention that it probably works only with an official build of OO (and a default installation). Debian use as far as i know an own start up script which probably causes the problem. You will need the soffice binary or at least a symbolic li

Re: [api-dev] [code snippet] Bootstrap OpenOffice

2006-03-21 Thread Jürgen Schmidt
Hi Tobias, i forgot to mention that it probably works only with an official build of OO (and a default installation). Debian use as far as i know an own start up script which probably causes the problem. You will need the soffice binary or at least a symbolic link to the soffice binary in yo

Re: [api-dev] [code snippet] Bootstrap OpenOffice

2006-03-21 Thread Tobias Krais
Hi Jürgen, > i forgot to mention that it probably works only with an official build > of OO (and a default installation). Debian use as far as i know an own > start up script which probably causes the problem. > > You will need the soffice binary or at least a symbolic link to the > soffice binar

Re: [api-dev] [code snippet] Bootstrap OpenOffice

2006-03-21 Thread Tobias Krais
Hi Jürgen, > you should describe that cliet application should jar the bootstrap glue > code class files from the SDK to their own class files to get rid of the > classpath. The way you have described works fine but you still need the > office jars in your classpath. > Using the whole simply boots

Re: [api-dev] [code snippet] Bootstrap OpenOffice

2006-03-21 Thread Jürgen Schmidt
Hi Tobias, you should describe that cliet application should jar the bootstrap glue code class files from the SDK to their own class files to get rid of the classpath. The way you have described works fine but you still need the office jars in your classpath. Using the whole simply bootstrap f

[api-dev] [code snippet] Bootstrap OpenOffice

2006-03-20 Thread Tobias Krais
Hi Tom, >At least extracting the Bootstrap-Process into a seperate snippet would >be a great thing because all other snippets depending on an it could >link to it. If you don't have time no problem. as you suggested I now found a bit time to create a snippet for bootstrap OO. An other one will f