[dev] no office executable found error

2011-03-02 Thread Zongbo Zhang
Hi,

running the first UNO client program, got  'no office executable found' error.

does this have some to do with the system variable setting? I actually set up 
the pths to the Office installation, as well as the path of bin files.

if this is not the cause, wahtelse can I do in order to connect to an office 
process?

appreciate your instructions!

BR
zongbo zhang
--

To unsubscribe, e-mail: dev-unsubscr...@openoffice.org
For additional commands, e-mail: sy...@openoffice.org with Subject: help


Re: [dev] no office executable found! error still exist after adding /openoffice.org3/program to classpath

2010-06-18 Thread xiaofeng08
Hi, Bernd, thanks for your two suggestions, but error still there.
According to your two suggestion, following is what I did
Firstly, I have added following setting in /etc/profile, /etc/bashrc, 
/root/.bashrc
export JAVA_HOME=/usr/java/jdk1.6.0_20
export
CLASSPATH=.:$JAVA_HOME/lib/dt.jar:$JAVA_HOME/lib/tools.jar:/usr/lib/openoffice.org3/program/
export PATH=.:$PATH:$JAVA_HOME/bin

Seondly, I run the program in Eclipse IDE, choose Run->Run as Java Application.
And In the Project-> Properties  ->Java Build Path-> Libaries,  there are JRE 
System
Library[Java SE 1.6]
and OpenOffice.org Libraries [SDK 3.2.1] which contains following jars:
unoil.jar  /opt/openoffice.org/basis3.2/program/classes
juh.jar  /usr/lib/openoffice.org/ure/share/java
jurt.jar  /usr/lib/openoffice.org/ure/share/java
ridl.jar  /usr/lib/openoffice.org/ure/share/java

any other ideas?
thanks.


On  Jun 18, 2010 11:57 pm, Bernd Eilers wrote:
---

Hi xiaofeng,

well you did try to execute an "echo $CLASSPATH" in the shell and are
sure the setting done in /etc/profile is really still there and not
accidently being overwritten by some other code in $HOME/.bashrc for
example, did you?

Did you try to call the programm by using java from the commandline or
did you try to start it from within the IDE. If later is the case the
IDE has most likely its own java classpath settings for IDE projects
somewhere in the project settings which might override your CLASSPATH
environment variable setting.


Kind regards,
Bernd Eilers

xiaofen...@iscas.ac.cn wrote:
> Hi, OO folks,
>
> I tried to run the FirstUnoContact example in the 'Getting Started' section of
> OpenOffice.org Developer's Guide, but got the common error:
>
> encounter a com.sun.star.comp.helper.BootstrapException claiming "no office
> executable found!"
>
> The solution gave in the guide is to add the path to the OpenOffice.org 
> program
> folder to the classpath (e.g. .../OpenOffice.org 3/program/).
>
> I added /usr/lib/openoffice.org3/program at the end of my /etc/profile, like
following:
> export JAVA_HOME=/usr/java/jdk1.6.0_20
> export
> CLASSPATH=.:$JAVA_HOME/lib/dt.jar:$JAVA_HOME/lib/tools.jar:/usr/lib/openoffice.org3/program/
> export PATH=.:$PATH:$JAVA_HOME/bin
>
> I logout and login again to enable the /etc/profile, but still got this error 
> when I
> tried to run FirstUnoContact again.
>
> My platform is fedora 12,  my IDE is eclipse,  and I have done all the steps 
> listed
> in the guide and every steps goes fine.
>
> So ,can anybody please give a suggestion?
>
> Thanks.
>
>
>
>
>
> -
> To unsubscribe, e-mail: dev-unsubscr...@openoffice.org
> For additional commands, e-mail: dev-h...@openoffice.org
>
>

-
To unsubscribe, e-mail: dev-unsubscr...@openoffice.org
For additional commands, e-mail: dev-h...@openoffice.org

---


-
To unsubscribe, e-mail: dev-unsubscr...@openoffice.org
For additional commands, e-mail: dev-h...@openoffice.org



Re: [dev] no office executable found! error still exist after adding /openoffice.org3/program to classpath

2010-06-18 Thread Bernd Eilers

Hi xiaofeng,

well you did try to execute an "echo $CLASSPATH" in the shell and are
sure the setting done in /etc/profile is really still there and not
accidently being overwritten by some other code in $HOME/.bashrc for
example, did you?

Did you try to call the programm by using java from the commandline or
did you try to start it from within the IDE. If later is the case the
IDE has most likely its own java classpath settings for IDE projects
somewhere in the project settings which might override your CLASSPATH
environment variable setting.


Kind regards,
Bernd Eilers

xiaofen...@iscas.ac.cn wrote:
> Hi, OO folks,
> 
> I tried to run the FirstUnoContact example in the 'Getting Started' section of
> OpenOffice.org Developer's Guide, but got the common error:
> 
> encounter a com.sun.star.comp.helper.BootstrapException claiming "no office
> executable found!"
> 
> The solution gave in the guide is to add the path to the OpenOffice.org 
> program
> folder to the classpath (e.g. .../OpenOffice.org 3/program/).
> 
> I added /usr/lib/openoffice.org3/program at the end of my /etc/profile, like 
> following:
> export JAVA_HOME=/usr/java/jdk1.6.0_20
> export
> CLASSPATH=.:$JAVA_HOME/lib/dt.jar:$JAVA_HOME/lib/tools.jar:/usr/lib/openoffice.org3/program/
> export PATH=.:$PATH:$JAVA_HOME/bin
> 
> I logout and login again to enable the /etc/profile, but still got this error 
> when I
> tried to run FirstUnoContact again.
> 
> My platform is fedora 12,  my IDE is eclipse,  and I have done all the steps 
> listed
> in the guide and every steps goes fine.
> 
> So ,can anybody please give a suggestion?
> 
> Thanks.
> 
> 
> 
> 
> 
> -
> To unsubscribe, e-mail: dev-unsubscr...@openoffice.org
> For additional commands, e-mail: dev-h...@openoffice.org
> 
> 

-
To unsubscribe, e-mail: dev-unsubscr...@openoffice.org
For additional commands, e-mail: dev-h...@openoffice.org



[dev] no office executable found! error still exist after adding /openoffice.org3/program to classpath

2010-06-18 Thread xiaofeng08
Hi, OO folks,

I tried to run the FirstUnoContact example in the 'Getting Started' section of
OpenOffice.org Developer's Guide, but got the common error:

encounter a com.sun.star.comp.helper.BootstrapException claiming "no office
executable found!"

The solution gave in the guide is to add the path to the OpenOffice.org program
folder to the classpath (e.g. .../OpenOffice.org 3/program/).

I added /usr/lib/openoffice.org3/program at the end of my /etc/profile, like 
following:
export JAVA_HOME=/usr/java/jdk1.6.0_20
export
CLASSPATH=.:$JAVA_HOME/lib/dt.jar:$JAVA_HOME/lib/tools.jar:/usr/lib/openoffice.org3/program/
export PATH=.:$PATH:$JAVA_HOME/bin

I logout and login again to enable the /etc/profile, but still got this error 
when I
tried to run FirstUnoContact again.

My platform is fedora 12,  my IDE is eclipse,  and I have done all the steps 
listed
in the guide and every steps goes fine.

So ,can anybody please give a suggestion?

Thanks.





-
To unsubscribe, e-mail: dev-unsubscr...@openoffice.org
For additional commands, e-mail: dev-h...@openoffice.org