This repository has been archived by the owner on Jun 24, 2021. It is now read-only.
JDK-8214158 : Use Apple's open command to open files on macOS rather than falling back to AWT's Desktop #294
Labels
enhancement
New feature or request
In the same spirit as #260 and as suggested by @kevinrushforth in #260 (comment) this issue is about not using the platform's default command to open documents and instead relying (here) on AWT's Desktop implementation for it.
I propose using a process (as is for Windows and Linux currently) and using
open <uri>
in the underlying command to let the OS pick the best-suited application according to OS/User settings.JDK-8214158
The text was updated successfully, but these errors were encountered: