[api-dev] How to launch and manipulate a document from an signed applet

2005-12-14 Thread Eric MOREL
Hi, I would like to do the FirstLoadComponent sample (from firststep) but in an signed applet. I have an exception  "com.sun.star.comp.helper.BootstrapException: no office executable found! ". The code start with this line : XComponentContext xRemoteContext = com.sun.star.comp.helper.Bootstrap

Re: [api-dev] How to launch and manipulate a document from an signed applet

2005-12-16 Thread Eric MOREL
Hi, I have tried with Bootstrap.createInitialComponentContext() and XUnoUrlResolver. That works fine but it needs OOo configuration to open a port on client side. Is there another way without a tcp/ip communication ? Thanks, Eric Quoting Eric MOREL <[EMAIL PROTECTED]>: Hi, I would l