Date: prev next · Thread: first prev next last
2013 Archives by date, by thread · List index


Hi Ahmed,

On Fri, Aug 09, 2013 at 04:02:21PM +0200, Ahmed Hasnaoui <hasnaoui.ahmed90@gmail.com> wrote:
I just tested some of the SDK examples (to find here:
http://api.libreoffice.org/examples/java) but especially the SWriter.java
and the DocumentHanlder.java.

In Netbeans the SWriter.java runs well, the DocumentHandler.java has no
proper Main() to run it in Netbeans directly.

The SDK examples come with a Makefile, use that first, instead of any
Java IDE.

My Problem is now, I created a jar of the SWriter.java and run it in cmd,
but get this error:

*********************************************************************************************************

C:\Users\HasnaouiA\Documents\NetBeansProjects\SWriter\dist>java -jar
SWriter.jar

com.sun.star.comp.helper.BootstrapException: no office executable found!
        at com.sun.star.comp.helper.Bootstrap.bootstrap(Bootstrap.java:262)
        at packSW.SWriter.main(SWriter.java:69)

Seems to work here. Here is what I did:

1) Set up the SDK:

http://api.libreoffice.org/docs/install.html

2) Build the directory you're interested in:

cd /path/to/sdk/examples/java/Text && make

3) Start LibreOffice in listening mode:

/path/to/soffice "--accept=socket,host=localhost,port=2083;urp;StarOffice.ServiceManager"

4) Run the example:

make SWriter.run

Miklos

Attachment: signature.asc
Description: Digital signature


Context


Privacy Policy | Impressum (Legal Info) | Copyright information: Unless otherwise specified, all text and images on this website are licensed under the Creative Commons Attribution-Share Alike 3.0 License. This does not include the source code of LibreOffice, which is licensed under the Mozilla Public License (MPLv2). "LibreOffice" and "The Document Foundation" are registered trademarks of their corresponding registered owners or are in actual use as trademarks in one or more countries. Their respective logos and icons are also subject to international copyright laws. Use thereof is explained in our trademark policy.