如何以编程方式禁用 Eclipse“需要密码”对话?
当我尝试使用错误的用户名和密码连接到某些远程服务器时,出现“需要密码”Eclipse 对话框。
奇怪的是,Eclipse 平台首先收到我的响应并显示对话框,然后才到达我的 try/catch 块。
我只想手动或以编程方式禁用此对话框。
I get "Password Required" eclipse dialog when i try to connect to some remote server with wrong user name and password.
The strange thing is that the Eclipse platform first gets my response and show the dialog and only then it reaches my try/catch block.
I just want to disable this dialog manually or programmatically.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(3)
窗口-->偏好设置 -->一般-->网络连接 -->将活动提供商设置为直接
Window --> Preferences -- > General --> Network Connections --> Set Active Provider to Direct
在发送请求之前使用此代码:
Use this code before you send a request: