检测Java是否处于保护模式,以及Java有哪些权限

发布于 2024-11-28 17:04:34 字数 138 浏览 0 评论 0原文

我需要一种方法来检测 Java 是否处于保护模式,以及 Java 具有哪些权限。如果我能在 C# 中得到它,那就太棒了,但我的猜测是,在 Java 中它会是最简单的(如果是这种情况,有关于如何将其链接到 Visual Studio 项目的想法吗?)感谢您的帮助!

I need a way of detecting whether or not Java is in Protected mode, and what permissions Java has. It would be awesome if I could get this in C#, but my guess is that it would be easiest in Java (if that is the case, any idea on how to link it into a Visual Studio project?) Thanks for the help!

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

傻比既视感 2024-12-05 17:04:34

你问是否有一个活跃的安全管理器?调用 System.getSecurityManager() 并查看它是否返回 null。

Are you asking whether there is an active security manager? Call System.getSecurityManager() and see if it returns null.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文