Is there a Linux equivalent to the Apple application extensions for Java (com.apple.eawt
), as well as bundling a standalone application (defining an app bundle with Info.plist
on OS X). Specifically I would like to be able to:
- provide an application icon for the desktop/dock
- specify JVM parameters, such as
-Xmx
- define custom document types with icons and roles (viewer, editor)
- be able to listen to file-open events for these documents, if the user double-clicks them on the desktop