Hi Tobias,
  Where you able to get an answer to your question?
  I'm looking for the same answer.

Thanks,
Anupam.


Tobias Krais-2 wrote:
> 
> Hi Cor,
> 
>> No Java-info from me.
>> What I have in Basic might give a hint?
>> 
>>     sService = "com.sun.star.deployment.PackageInformationProvider"
>>     oPackageInfoProvider =
>> GetDefaultContext.getValueByName("/singletons/" + sService)
>> 
>>     'you have to create an oxt with a description.xml and a unique
>> identifier
>>     Dim sExtensionIdentifier$
>>     'change this with your extension's identifier
>>     sExtensionIdentifier = "nl.nouenoff.xxx.oxt" '
>> "org.openoffice.sdk.devguide.extensions.GenericOptionsPagesHandler"
>> 
>>     Dim sPackageLocation$
>>     sPackageLocation =
>> oPackageInfoProvider.getPackageLocation(sExtensionIdentifier)
> 
> this is a very interesting idea. I will look after it next week.
> 
> Greetings, Tobias
> 
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]
> 
> 
> 

-- 
View this message in context: 
http://www.nabble.com/Getting-the-path-of-the-unopkg-or-soffice-executable-in-java-tp17249612p18921240.html
Sent from the openoffice - api dev mailing list archive at Nabble.com.


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to