Double click document file in Mac OS X to open Java application

前端 未结 2 650
逝去的感伤
逝去的感伤 2020-12-03 11:43

I have a Java application in an application bundle that I want to associate a file type with.

For example, if there\'s a file

foo.example

when that f

2条回答
  •  心在旅途
    2020-12-03 12:05

    Part one:

    http://developer.apple.com/mac/library/DOCUMENTATION/MacOSX/Conceptual/BPRuntimeConfig/Articles/ConfigFiles.html

    Part two:

    Java application doesn't know name of file being opened - Mac OS X

提交回复
热议问题