Skip to content
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

Open
Tristan971 opened this issue Nov 21, 2018 · 1 comment · May be fixed by #310
Labels
enhancement New feature or request

Comments

@Tristan971
Copy link
Contributor

Tristan971 commented Nov 21, 2018

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

@johanvos johanvos added the enhancement New feature or request label Nov 26, 2018
@Tristan971
Copy link
Contributor Author

@Tristan971 Tristan971 changed the title Use Apple's open command to open files on macOS rather than falling back to AWT's Desktop JDK-8214158 : Use Apple's open command to open files on macOS rather than falling back to AWT's Desktop Nov 30, 2018
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants