Hello ,
I am very grateful to this forum as i already have told you many times. Yoy
have helped me enough and now i come back again to look for an answer..
My first and basic question is:"Can i get a report from a client that no
OpenOffice Installation Exists?And the only that exists is a server which
has the openOffice Installed?" . As far as i have read till now that can be
done by connection through
uno:socket,host=serverip,port=ServerPort;urp;StarOffice.ComponentContext
Am i right till now?
My other problem is that in the bootstrap method
/////////////////////////////////////////////////////////////////////////////////////////////////
String sOffice = System.getProperty("os.name").startsWith("Windows")?
"soffice.exe": "soffice";
String jardir = "C://Program Files//OpenOffice.org 3//URE//java";
URL[] jarList = new URL[] {new File(oooExecFolder +
"/").toURI().toURL(),new File(jardir + "/juh.jar").toURI().toURL()};
URLClassLoader loader = new URLClassLoader(jarList);
File fOffice = NativeLibraryLoader.getResource(loader, sOffice);
//////////////////////////////////////////////////////////////////////////////////////////////////
the fOffice variable is always null!!!!!!!!!!!!!!!!:-(
What is wrong with my code????
Thanks in advance all of you that will take a look at my post and all of you
that you will help me...
--
View this message in context:
http://www.nabble.com/OpenOffice-Bootstrap-Error-tp20932738p20932738.html
Sent from the openoffice - dev mailing list archive at Nabble.com.
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]