Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我有一个小问题:(如何)我可以在自己的 JVM 中运行一些 java 代码(最好是 jar),最好是指定我自己的库。因此,例如对所有文件系统访问进行沙箱化。
这些东西有什么可能,以及如何?
要限制对文件系统或任何其他资源的访问,请使用 Java 的安全管理器。有关如何配置策略的信息,请参阅http://docs.oracle.com/javase/7/docs/technotes/guides/security/index.html 。