The goal is that a Java app provides contextual menu functions for files as seen in the Finder, thru the Services menu, on OS X 10.6 (Snow Leopard).
Is that possible from within Java code, or do I need to write a stub in ObjC which then talks to the Java app (via a socket)?
Any sample code around?