But I don't want to have to do the "-Djava.security.policy=java.policy" stuff. The reason is that I may be instantiating my Java objects from a scripting environment ...
My problem is that I need to solve two problems. 1) Run/download at runtime Java program (?) from a server 2) The code must access resources outside the client JVM. My understanding is that means it ...