Can I create custom commands and tools in Engine Java API?
Yes, refer to the Creating custom commands and tools topic for more details. However, Java cannot be used to extend ArcGIS Desktop or the ArcObjects framework at version 9.2. To extend ArcObjects, developers can use a COM compliant language to create custom ArcObjects extensions and use the “proxygen” tool to create the Java wrappers for these custom COM components.