On Sun, 23 May 2010 17:37:00 +0200 Oliver Brinzing <[email protected]> wrote:
> Hi Ariel, Hi Konstantin, > > > $ sudo aptitude install openoffice.org-java-common > > ok, it seems to work now, but there is another problem with my > extensions: > > on windows i placed some *.jar files in C:\Program > Files\OpenOffice.org\share\uno_packages. my java extensions have a > "manifest.mf" like: > > Manifest-Version: 1.0 > RegistrationClassName: my.extension.comp.ServiceProvider > UNO-Type-Path: <> ./../../../../my-idl-types.jar > Class-Path: ./ ./../../../../my-helper.jar > > with ubuntu "unopkg add ..." fails again - so i replaced the relative > paths "./../../../../" with "/home/user/jars/" (for example) - now > "unopkg add ..." installs ... Extension shouldn't use hardcoded paths to external classes. Better keep your libraries inside oxt -- Regards, Konstantin --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
