| View previous topic :: View next topic |
| Author |
Message |
peppebozzo Newbie

Joined: 23 Mar 2010 Posts: 2
|
Posted: Mon Apr 26, 2010 7:40 am Post subject: Bootstrap() error |
|
|
Hi, I used this solution to open OpenOffice Writer and it works by setting the variable oooexe_folder.
How do I make dynamic installation folder? |
|
| Back to top |
|
 |
hol.sten Super User


Joined: 14 Nov 2004 Posts: 3532 Location: Hamburg, Germany
|
Posted: Mon Apr 26, 2010 9:40 am Post subject: Re: Bootstrap() error |
|
|
| peppebozzo wrote: | | Hi, I used this solution |
I can only guess, to which "this solution" you are refering: The boostrapconnector.jar?
| peppebozzo wrote: | | to open OpenOffice Writer and it works by setting the variable oooexe_folder. How do I make dynamic installation folder? |
What is a dynamic installation folder?
How do you set the oooexe_folder variable? Hard coded in the source code? You can try to set the variable through a configuration properties file. Or you write your own Java class which tries to locate the OOo installation in a given environment, converts the located folder to a string and use that for initializing the variable. |
|
| Back to top |
|
 |
peppebozzo Newbie

Joined: 23 Mar 2010 Posts: 2
|
Posted: Thu Apr 29, 2010 2:08 am Post subject: |
|
|
| yes, I mean the solution boostrapconnector.jar. my problem is I do not know a priori where openoffice is installed, neither the folder nor if the operating system is Linux or Windows. how can I solve and set the correct path to the settings of the PC client? |
|
| Back to top |
|
 |
|