How do I add items to the Finder context menu in Mac OS X using JAVA?
I'm trying to port Java application to Mac OS, My program needs to add items to Finder context menu开发者_如何学编程, Is there a way to add items using Java?
Thanks
An old question, but for prosperity, I'd like to try to answer this.
The Liferay Nativity (Java) library is a cross-platform way of programatically adding icon overlays and context menus to file browsers, for Mac, Windows and Linux.
On Mac, Liferay Nativity relies on the Objective-C-based 'Finder Sync' framework:
- Finder Sync overview (Mac OSX)
- Finder Sync API Docs
精彩评论