Replies: 1 comment
-
I have confirmation that the old script-based stub works as intended. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I'm making this as a discussion because I am not sure if this is an issue directly related to JP or not.
We have file associations setup for our mac app, and they worked fine until recently. Double clicking an associated file will launch/focus the application, but no longer opens the file in the app. We are registering a
OpenFilesHandler
viajava.awt.Desktop#setOpenFileHandler
, which no longer seems to be receiving any events. I triedOpenURIHandler
as well on the offchance something changed, but that also does not work.Unfortunately, the script application stub stopped working for me so I have only been able to test with the new
nativeApplicationStub
.Is anyone else experiencing these problems?
Beta Was this translation helpful? Give feedback.
All reactions