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

Calling Charset.forName leaves REPL in unusable state, constant access denied error #126

Open
itaisha opened this issue Nov 27, 2017 · 0 comments

Comments

@itaisha
Copy link

itaisha commented Nov 27, 2017

Open the Java REPL and try calling:

java.nio.charset.Charset.forName("US-ASCII") 

this completes successfully, but hereafter every action on the REPL will result in an error:

java.security.AccessControlException: access denied ("java.lang.RuntimePermission" "accessClassInPackage.sun.nio.cs")  

even trivial things like assigning value to an unrelated integer.
It seems the console repeatedly tries to do something with the object returned by the call to Charset.forName, and does not handle the error gracefully.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant