-
Notifications
You must be signed in to change notification settings - Fork 40
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
[Bug] Exception when running on Windows Java 17 #343
Comments
@weisJ if you want I can help out on this issue, but it would be nice to have some initial directions. Is this just a matter of bumping the codebase to be compatible with Java 17? |
Looks like the In theory the library is fully compatible with the module system (and Java 17 in particular) |
Running So I really don't know what the issue is... Any ideas? |
@weisJ if possible, it would probably be best to avoid |
See darklaf issue openrocket#343: weisJ/darklaf#343
Sadly it isn't possible to not use either. Although Swing was designed to have a pluggable look and feel sadly only the "look" part is actually customisable with the "feel" being locked down to internal implementations. |
I have decided to drop support of Java 8 with the next version. The new minimum versions requirement will be Java 17. I don't find as much time as I used to for working on this project and keeping support for a large amount of versions was coming with lots of complications. This will hopefully resolve the issue and make the code easier to read 😅 |
IMO that's a very wise choice! Especially since macOS is really trying to bug everyone that uses old Java versions... |
Describe the bug
When running my Java Swing application with Darkula on Windows on Java 17, I get an exception:
To Reproduce
Sorry, hard to say, the code is really embedded in my application... But I just installed the LAF with
LafManager.install(new DarculaTheme());
.Screenshots
Additional Information:
latest.integration
version please try to replicate the issue with the latest stable release.Additional context
Works fine on my macOS machine (also Java 17).
Running Windows on Parallels Desktop on my MacBook Pro M1.
The text was updated successfully, but these errors were encountered: