如何更改 Netbeans 6.5 中的设置以在非默认浏览器中运行 Web 应用程序?
我使用 Firefox 作为我电脑的默认浏览器。
我需要在 Netbeans 6.5 中开发 Web 应用程序(JSP)项目,每次运行该项目时,它都会在 Firefox 中运行。
我想在 IE 中运行我的 Web 应用程序进行测试,但不更改我的默认 Web 浏览器。
I use Firefox as default browser in my computer.
I need to develop the web application(JSP) project in Netbeans 6.5 and everytime I run the project, it run in Firefox.
I want to run my web application in IE for testing but not change my default web browser.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(4)
在 Netbeans 6.5 中,在“工具”->“选项”->“常规”下,顶部有一个名为“Web 浏览器”的选项。 你有尝试改变这一点吗? 这对你不起作用吗?
[编辑]:也许您必须那样进行更改
In Netbeans 6.5 under Tools->Options->General there's an option on top called Web Browser. Did you try to change that? Doesn't that work for you?
[Edit]: Maybe you have to make changes that way
我刚刚发现了一些这里没有提到的东西,但我想分享一下。 我的 NetBeans 配置(工具 >> 选项 >> 常规)将我的浏览器显示为“默认系统浏览器”,并且它似乎没有选择 Chrome 作为我的默认浏览器。 不用说,当 xdebug 被调用时,它不知道要打开哪个浏览器。 我将其更改为唯一的其他选项,即 Internet Explorer,瞧! 只是下载正确的 xdebug 文件并设置路径的基本配置以及“正确的”php.ini 中的其他 4 个常见选项。 有一个选项可以编辑列表以包含其他浏览器,但一次只能包含一个。
我的系统是 Windows 7、xampp 以及截至 2011 年 12 月的最新版本的 netbeans 和 xdebug。此标志还将帮助具有类似配置的其他用户找到这篇文章。 我希望它有帮助。
I just discovered something that isn't mentioned here and I though I would share. My NetBeans configuration (Tools >> Options >> General) showed my browser as "Default System Browser" and it seems that it did not pick up Chrome as my default browser. Needless to say when xdebug was called it did not know which browser to open. I changed it to my only other option which was Internet Explorer and voila! Just the basic configuration of downloading the correct xdebug file and setting the path and the other 4 common options in the "correct" php.ini. There is an option to edit the list to include other browsers as well, but only one at a time.
My system is windows 7, xampp and the latest version of netbeans and xdebug as of december 2011. This flags will also help other users with a similar config find this post. I hope it helps.
工具> 选项> 一般
点击“编辑”按钮即可添加浏览器路径并更改默认浏览器。
Tools> Options> General
click on "Edit" button to add the browser path and change the default browser.
工具 > 选项> 常规
单击“编辑”按钮添加浏览器路径并更改默认浏览器。
选择Chrome浏览器后,再选择IDE默认浏览器。 这会起作用。
Tools > Options > General
Click on the "Edit" button to add the browser path and change the default browser.
After choosing the Chrome browser, then choose the IDE default browser. This will work.