Re: Handling Opening Files

2014-05-05 Thread Michael Hall
> 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

Re: Handling Opening Files

2014-05-05 Thread Ivan Nikitin
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

Re: Handling Opening Files

2014-05-01 Thread Michael Hall
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

Handling Opening Files

2014-05-01 Thread Joshua Smith
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