Hi J, > I cannot connect to OO from a JSP under Tomcat. > Using the bootstrap call: > > xContext = com.sun.star.comp.helper.Bootstrap.bootstrap(); > > I receive the following error: > com.sun.star.comp.helper.BootstrapException: no office executable found! > > I can run the same code directly, from a test "main" java application. > > Does anyone know what needs to be set for this to work from a servlet > container, specifically Tomcat?
I had the same problem with my Eclipse project. Try adding the folder that contains the office executable to you classpath. That will help. Greetings, Tobias --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
