> Joshua Smith wrote:
>> I’ve finally bitten the bullet and moved over to Java 7 on Mac.
>>
>> The only thing I’m stuck on is handling opening files when they are
>> double-clicked in the Finder or dropped on my program in the Dock.
>>
>> Are there an
LSItemContentTypes
public.folder
This is a list of file types the app can handle. With it open file
handler is called correctly. We're using OpenJDK 7u45.
Joshua Smith wrote:
I’ve finally bitten the bullet and moved over to Java 7 on Mac.
The only thing I’m stuck on is handling op
On May 1, 2014, at 3:09 PM, Joshua Smith wrote:
> I’ve finally bitten the bullet and moved over to Java 7 on Mac.
>
> The only thing I’m stuck on is handling opening files when they are
> double-clicked in the Finder or dropped on my program in the Dock.
>
> Are there any c
I’ve finally bitten the bullet and moved over to Java 7 on Mac.
The only thing I’m stuck on is handling opening files when they are
double-clicked in the Finder or dropped on my program in the Dock.
Are there any changes required to the file handling stuff in Info.plist for
Java 7, or should