Hi Tobias, Tobias Krais a écrit :
> Now I want to run the application and I get following error: > -----%<----- > com.sun.star.comp.helper.BootstrapException: no office executable found! > at com.sun.star.comp.helper.Bootstrap.bootstrap(Bootstrap.java) > at de.twc.openoffice.FirstUnoContact.main(FirstUnoContact.java:9) > -----%<----- Is your <OOO_HOME>/program path added to the LD_LIBRARY_PATH variable ? On windows, you have to set the PATH to include the program directory, and on Unixes, you have to include it in the LD_LIBRARY_PATH. Hope that helps, Cedric --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
