saurabh_2411 General User

Joined: 10 May 2009 Posts: 7
|
Posted: Thu May 14, 2009 11:28 pm Post subject: Null Pointer Excpetion........ OS:Linux |
|
|
Hi all
I am trying to connect to the openoffice from linux m/c .the openoffice to which i am connecting is in windows 2003 server.
I am getting nullpointer exception at this line while initializing connection.
| Code: |
Object objectDefaultContext =
xpropertysetMultiComponentFactory.getPropertyValue("DefaultContext");
|
Please Help |
|