com.sun.star.tools.uno

Class RegComp


public class RegComp
extends Object

A command-line tool. It registers an UNO component with a registry database. During registration the component will be instantiated and be asked to write the necessary information to the database. Command line arguments:
database register|unregister locationURL loader
For example:
java com.sun.star.tools.RegComp applicat.rdb register
file:///e:/demos/InstanceInspector.jar com.sun.star.loader.Java2
In order to examine the results of the registration use the regview.exe tool. For example:
regview nameOfDatatbase /SERVICES/serviceName
regview nameOfDataBase /IMPLEMENTATIONS/implementationName
See Also:
Registering Java Components

Method Summary

static void
main(args[] )

Method Details

main

public static void main(args[] )
            throws Exception