启动 Eclipse 应用程序时取消设置环境变量?
我遇到过这样一种情况:用户在其工作站上设置了“JAVA_TOOL_OPTIONS”环境变量...但该选项导致我的 Eclipse 应用程序崩溃。
有没有办法在 eclipse.ini 文件中取消设置 JAVA_TOOL_OPTIONS 环境变量?
或者,有没有办法可以在 JVM 命令行的 -vmargs 部分中取消设置 -agentlib 选项?
这是在 Windows 系统上。
I've got a situation where a user has the 'JAVA_TOOL_OPTIONS' environment variable set on their workstation ... but the option is causing my Eclipse application to crash.
Is there a way, in the eclipse.ini file, that I can unset the JAVA_TOOL_OPTIONS environment variable?
Alternatively, is there a way I can just unset the -agentlib option on the JVM command line in the -vmargs section?
This is on a Windows system.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
假设您将应用程序部署为产品,您是否尝试过编辑产品配置编辑器的启动选项卡中的虚拟机参数部分?
Assuming that you deploy your application as a product, have you tried to edit the VM Arguments section in the Launching tab of the Product Configuration Editor?