Posted By:
Finlay_McWalter
Posted On:
Friday, June 15, 2001 05:47 PM
This is deliberate. Reflection is not a means whereby you can circumvent the regular access control features of the language - to do so would be to totally compromise security.
If you really want access to private stuff, the only thing you can do is to write some native code and use JNI to access the privates.