views:

49

answers:

2

hi

I am implementing a service which uses a URLClassloader to load classes dynamically.

In the interest of security I would like to restrict the access of loaded classes. eg no network, file or db access etc.

Anybody got any good resources or tutorials on the web for this kind of thing?

cheers hoax

A: 

Google for "JavaSeal". But they didn't publish the code though.

NawaMan