1
vote
4answers
917 views
How to disable Java security manager?
Is there any way to completely disable Java security manager?
I'm experimenting with source code of db4o. It uses reflection to persist objects and it seems that security manager …
