| View previous topic :: View next topic |
| Author |
Message |
plisana General User

Joined: 05 Mar 2009 Posts: 20
|
Posted: Tue Mar 24, 2009 3:43 am Post subject: Java\lib\ext for Client Applet? |
|
|
Hello !
I have a writer applet that use (in eclipse built path) the followers libraries: juh.jar, officebean.jar, ridl.jar, unoil.jar and jurt.jar... all ok... the problem is:
if jurt.jar must be in the original path (for example, C:\Programs Files\OpenOffice 2.4\Program\classes) and it no works in other path i cant use java\lib\ext directory to copy the applet jar dependecies !
Whats is the solution ? I wish a automatic install process for my users applet ! i dont want to indicate it manualy in Control Panel - Java - Runtime Applets Parameters for one to one !
Any help please ¿?
Thanks ! |
|
| Back to top |
|
 |
hol.sten Super User


Joined: 14 Nov 2004 Posts: 3531 Location: Hamburg, Germany
|
Posted: Wed Mar 25, 2009 11:55 am Post subject: Re: Java\lib\ext for Client Applet? |
|
|
| plisana wrote: | | Any help please ¿? |
Sorry, no help, but a question: How do you ensure, that the client has an appropriate OOo version installed? |
|
| Back to top |
|
 |
plisana General User

Joined: 05 Mar 2009 Posts: 20
|
Posted: Wed Mar 25, 2009 11:19 pm Post subject: |
|
|
Hi !
Because i have a previous installer aplication where client must select de OpenOffice path... we habe developer with 2.0.4 version, more recent version of OpenOffice are compatible.
I Have a solution to my problem...
In the init of the applet, i add the jars files to classpath, in runtime ! I have found a very famous class in internet: "ClassPathHack" who allow to add jars or class to your classpath in runtime.
Thanks |
|
| Back to top |
|
 |
|