-
Notifications
You must be signed in to change notification settings - Fork 10
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
Illegal reflective access operation with Java 11 #29
Comments
This is a bug affecting the self-updater. I have pushed an update, can you please check with the latest release from https://github.com/XDjackieXD/PackUpdateUpdater/releases? You can do this by either manually swapping out the self-updater or by generatring a new instance zip file. |
That warning appears to have been fixed, and things are working fine, I'm seeing this now though.
|
What platform is that on? |
This is on Windows 10, on a test server I have set up. I put the new version on my production server that runs Debian Linux headless and I don't see it there. |
Ah, this is a windows specific thing. Windows does not support unix style ttys, and appachently jline does not support the windows specific APIs (probably because they don't allow what it wants). There is no real issue, except that progress bars may look ugly. I may look into this in the future, but its probably not worth it. I'll keep the issue open for now, but i doubt many servers run on windows. Also you can tell packupdate to use the gui used on the client for the server side as well. You might want to do that on windows. |
Doesn't bother me any, just something I noticed on my test server, feel free to close. |
Yes, still making use of this excellent tool, but have now moved to Java 11. Working fine, but may not on newer than 11.
The text was updated successfully, but these errors were encountered: