Hacker News new | ask | show | jobs
by jlebar 4836 days ago
Use reflection to read n. Reflection lets you bypass |private|.
2 comments

He specifically says you need to leave the security manager in place and you can't use setAccessbile() which you need to do with the default security manager.
that should throw an exception with the security manager on. I think. I might of read the docs wrong.
Ahh, I see.