Hi,
In Developers guide chapter4 it mentions for UNO Component
installation:
4.9.1 UNO Package Installation Using unopkg:
For a user package, run unopkg:
[<OfficePath>/program] $ unopkg add myPackage.uno.pkg
What I fail to understand is what is gonna be inside
myPackage.uno.pkg and
I've read substantial part of chapter 4 and there is no
indication about it.
I have a java file and idl file, what other files do I need
like manifest,
makefile etc etc. Is there a step by step how to on that.
Initially I'm just
trying to create a HelloWorld UNO component.
|