-
Notifications
You must be signed in to change notification settings - Fork 2.5k
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
JS & CSS no longer load when running under Java 16 #844
Comments
@pennello Having the same issue, and can confirm your workaround works. |
I'm having the same issues. Could someone provide the full commands for these workarounds and also the correct folder to run the commands in? |
@halpert3
The full command will be: |
yep , this method fix my problem, my java version is 20 |
jdk 15 ok cmak -java-home /opt/jdk-15.0.1 |
For what it's worth, we've migrated off of CMAK and onto having our individual developers use a desktop GUI tool called Franz in addition to local and/or remote |
It looks like access to some classes that was previously legal has become illegal!
This results in the JS & CSS not loading and the UI looking less than perfect.
Our current workaround is to include Java arguments
when running CMAK. But this is of course not ideal, nor guaranteed to continue working in future Java releases.
Please let me know if I can provide any further information to help debug this.
The text was updated successfully, but these errors were encountered: