|
|
Question : Register a com object on linux
|
|
Hi,
I work with JBuilder5, and I need to import a library... but the library is not available (import com.libraryX.). I think this is because I need to register this object.
Under Windows, I know we can register a librarie by using the followin command : regsvr32 ObjectName.
There is an equivalent under unix ?
Thanks.
Marie-Soleil
|
Answer : Register a com object on linux
|
|
There are no COM objects in Linux, so there is also no way to register a COM server.
|
|
|
|
|