-
Notifications
You must be signed in to change notification settings - Fork 31
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
java.lang.IllegalAccessError: jidesoft #72
Comments
What's the Java jdk you're using? Looks to me you use an openjdk that do not provide com.sun.java.swing.plaf.windows.WindowsLookAndFeel I'm unsure about that though, there're workarounds on mentioned issue, but nothing relevant for this project, which is agnostic to OS L&F |
Thank you, that is what I was afraid of. Indeed I currently have to use
openjdk. no other option this year.
openjdk version "18.0.1.1" 2022-04-22
OpenJDK Runtime Environment (build 18.0.1.1+2-6)
OpenJDK 64-Bit Server VM (build 18.0.1.1+2-6, mixed mode, sharing)
Any idea whether it should work with Corretto?
|
Looks Corretto is a amazon jdk? I'm unsure what L&F they support, probably there're codes out there to list available ones. I think any of this solutions: Set this system property: Call this before creating any jide components: should work, if you don't want to change code, use the first one |
Getting an Error running from cmd:
Seems relating this one here: jidesoft/jide-oss#26
The text was updated successfully, but these errors were encountered: