Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Need better method than reflection for setting application name on Linux #349

Open
processing-bot opened this issue Jan 16, 2022 · 0 comments
Labels
help wanted Extra attention is needed linux

Comments

@processing-bot
Copy link
Collaborator

Created by: benfry

Inside LinuxPlatform, we're using reflective access to set the application name. Not a great idea but a well-known hack. This started throwing a nasty warning (that kinda looks like an error) on startup with Java 11 and 17.

That's been fixed with 8e54334, which resolves #207, which covers the warning itself.

Another detailed thread from folks looking into the same issue: cryptomator/cryptomator#956 (comment)

…but we need a better solution longer-term. Please help?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
help wanted Extra attention is needed linux
Projects
None yet
Development

No branches or pull requests

1 participant