> Did you put the juh.jar file in your jar ?
No, I only give the external path to the juh.jar file in the manifest.
> juh.jar needs some OOo C++ libraries and the soffice program in its program.
Yes, setting LD_LIBRARY_PATH doesn't work either:
[EMAIL PROTECTED] OOUno]$ LD_LIBRARY_PATH=/opt/openoffice.org2.0/program java
-Dcom.sun.star.lib.loader.unopath="/opt/openoffice.org2.0/program" -classpath
.:/opt/openoffice.org2.0/program/classes/unoloader.jar:/opt/openoffice.org2.0/program/classes/unoil.jar:/opt/openoffice.org2.0/program/classes/jurt.jar:/opt/openoffice.org2.0/program/classes/ridl.jar:/opt/openoffice.org2.0/program/classes/juh.jar:/opt/openoffice.org2.0/program
-jar oouno.jar /tmp/test.xls
com.sun.star.comp.helper.BootstrapException: no office executable found!
at com.sun.star.comp.helper.Bootstrap.bootstrap(Bootstrap.java:253)
at TextExtractor.main(TextExtractor.java:89)
> You would better pack
> your classes into a jar (eg: test.jar) and then add it to your
> classpasth with the OOo jars.
That's exactly what I did.
HC
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]