Search Results

1
vote
4answers
946 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 does …
0
votes

How to disable Java security manager?

Problem solved. Well, sort of. Problem does not occur with db4o 7.8. …