Search found 6 matches

by JMysak
Fri Apr 24, 2009 3:59 pm
Forum: Mac OSX
Topic: [Solved] Can't launch soffice outside of /program director
Replies: 6
Views: 9155

Re: Can't launch soffice executable outside of /program director

Thanks for your replies. I am on Mac OS 10.5 and installed the OOo update after using the built in check for updates facility in OOo which allowed me to find and download the 3.0.1 installation package (dmg), which I then installed. My Java version is 1.5/5.0. A user of my program (www.powerworship....
by JMysak
Sun Apr 19, 2009 9:36 pm
Forum: External Programs
Topic: [Java solution] "no office executable found!"
Replies: 92
Views: 328322

Re: [Java solution] "no office executable found!"

I have been using this solution and it has been working great until I installed OpenOffice 3.0.1 (upgrade from 3.0.0). After digging into this a bit, I discovered that the soffice executable in 3.0.1 can't be launched from outside of the /program directory. If I attempt to launch it from outside of ...
by JMysak
Mon Apr 13, 2009 6:01 am
Forum: Mac OSX
Topic: [Solved] Can't launch soffice outside of /program director
Replies: 6
Views: 9155

[Solved] Can't launch soffice outside of /program director

I recently upgraded from OOo 3.0 to 3.0.1 and immediately after updating, the BootstrapConnector I am using (which is discussed here: http://user.services.openoffice.org/en/forum/viewtopic.php?f=44&t=2520 ) stopped working. After connecting a debugger, I see the following error is thrown during ...
by JMysak
Tue May 06, 2008 4:35 pm
Forum: External Programs
Topic: [Java solution] "no office executable found!"
Replies: 92
Views: 328322

Re: [Java solution] "no office executable found!"

Works for me after recompiling. Thanks!

Code: Select all

Connected to a running office ...
remote ServiceManager is available
by JMysak
Tue May 06, 2008 4:23 pm
Forum: External Programs
Topic: [Java solution] "no office executable found!"
Replies: 92
Views: 328322

Re: [Java solution] "no office executable found!"

Just checked your MANIFEST (and answered my own question). Looks like you compiled with 1.5.0_14.

In any case, I just noticed you included the src in the jar (thanks!). I'll recompile and see if that resolves my issue.
by JMysak
Tue May 06, 2008 4:13 pm
Forum: External Programs
Topic: [Java solution] "no office executable found!"
Replies: 92
Views: 328322

Re: [Java solution] "no office executable found!"

I get the following error when trying to use the bootstrap jar you provided...

java.lang.UnsupportedClassVersionError: Bad version number in .class file

I am using Java 1.5.0_13 on MacOS 10.5. Any chance you compiled your code with Java 1.4.2 or something other than 5.0?