[dev] Re: OOoBeanViewer -- required dll's and so's

2006-09-15 Thread Carlos Oliva
Thank you for your response Joachim. Would not the applet need to find all the so libraries if it runs in a Linux server? To test the applet before uploading it to a Linux server, I ran it in with the appletviewer in my windows PC and the applet would fail to run unless I copied several dll's fro

[dev] Re: OOoBeanViewer -- required dll's and so's

2006-09-15 Thread ramboid
Joachim Lingner sun.com> writes: > > Carlos Oliva wrote: > > Would not the applet need to find all > > the so libraries if it runs in a Linux server? > The OOoBean uses the classloader of the OOoBean class to locate a couple > of libraries. This usually works, when the class loader loads the j

[dev] Re: OOoBeanViewer -- required dll's and so's

2006-09-18 Thread ramboid
Joachim Lingner sun.com> writes: > > > > Thank you again Joaquim. How would you suggest that I could add the classpath > > or any other proerty to the "Java Control Panel" (if this exists) of a FireFox > > browser running in a Linux server? > > /bin/ControlPanel > > -Joachim > Thank

[dev] Re: OOoBeanViewer -- required dll's and so's

2006-09-19 Thread ramboid
Joachim Lingner sun.com> writes: > > > > > > Thank you again Joaquin -- it worked fine. However, as you suggested in a > > prior posting, the applet is still having problems loading some programs. Do > > you have any links for code that I can re-work to get around this problem? > No un

Re: [dev] Re: OOoBeanViewer -- required dll's and so's

2006-09-15 Thread Joachim Lingner
Carlos Oliva wrote: Would not the applet need to find all the so libraries if it runs in a Linux server? The OOoBean uses the classloader of the OOoBean class to locate a couple of libraries. This usually works, when the class loader loads the jar files from office/program/classes. Then the li

Re: [dev] Re: OOoBeanViewer -- required dll's and so's

2006-09-18 Thread Joachim Lingner
Thank you again Joaquim. How would you suggest that I could add the classpath or any other proerty to the "Java Control Panel" (if this exists) of a FireFox browser running in a Linux server? /bin/ControlPanel -Joachim

Re: [dev] Re: OOoBeanViewer -- required dll's and so's

2006-09-19 Thread Joachim Lingner
Thank you again Joaquin -- it worked fine. However, as you suggested in a prior posting, the applet is still having problems loading some programs. Do you have any links for code that I can re-work to get around this problem? No unfortunately not. I imagine that I would need to re-write

Re: [dev] Re: OOoBeanViewer -- required dll's and so's

2006-09-20 Thread Joachim Lingner
Where can I download the source code for the LocalOfficeConnection and OOoBean classes ? You need to use cvs. See here: http://www.openoffice.org/dev_docs/source/get_source.html and here: http://wiki.services.openoffice.org/wiki/Tips The project name of OOoBean is bean. Joachim I think tha