如何更改Netbeans 6.5中的设置以在非默认浏览器中运行Web应用程序?

时间:2021-01-14 22:40:39

I use Firefox as default browser in my computer.

我在我的电脑中使用Firefox作为默认浏览器。

I need to develop the web application(JSP) project in Netbeans 6.5 and everytime I run the project, it run in Firefox.

我需要在Netbeans 6.5中开发Web应用程序(JSP)项目,每次运行项目时,它都在Firefox中运行。

I want to run my web application in IE for testing but not change my default web browser.

我想在IE中运行我的Web应用程序进行测试,但不能更改我的默认Web浏览器。

3 个解决方案

#1


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?

在工具 - >选项 - >常规下的Netbeans 6.5中,有一个名为Web Browser的选项。你试着改变它吗?这不适合你吗?

[Edit]: Maybe you have to make changes that way

[编辑]:也许你必须以这种方式进行改变

#2


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.

我刚刚发现了一些未在此处提及的内容,但我会分享。我的NetBeans配置(工具>>选项>>常规)将我的浏览器显示为“默认系统浏览器”,似乎它没有选择Chrome作为我的默认浏览器。毋庸置疑,当调用xdebug时,它不知道要打开哪个浏览器。我把它更改为我唯一的另一个选项,即Internet Explorer和瞧!只需下载正确的xdebug文件并在“正确的”php.ini中设置路径和其他4个常用选项的基本配置。可以选择编辑列表以包含其他浏览器,但一次只能包含一个。

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.

我的系统是windows 7,xampp和最新版本的netbeans和xdebug截至2011年12月。这个标志也将帮助其他类似配置的用户找到这篇文章。我希望它有所帮助。

#3


Tools> Options> General

工具>选项>常规

click on "Edit" button to add the browser path and change the default browser.

单击“编辑”按钮添加浏览器路径并更改默认浏览器。

#1


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?

在工具 - >选项 - >常规下的Netbeans 6.5中,有一个名为Web Browser的选项。你试着改变它吗?这不适合你吗?

[Edit]: Maybe you have to make changes that way

[编辑]:也许你必须以这种方式进行改变

#2


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.

我刚刚发现了一些未在此处提及的内容,但我会分享。我的NetBeans配置(工具>>选项>>常规)将我的浏览器显示为“默认系统浏览器”,似乎它没有选择Chrome作为我的默认浏览器。毋庸置疑,当调用xdebug时,它不知道要打开哪个浏览器。我把它更改为我唯一的另一个选项,即Internet Explorer和瞧!只需下载正确的xdebug文件并在“正确的”php.ini中设置路径和其他4个常用选项的基本配置。可以选择编辑列表以包含其他浏览器,但一次只能包含一个。

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.

我的系统是windows 7,xampp和最新版本的netbeans和xdebug截至2011年12月。这个标志也将帮助其他类似配置的用户找到这篇文章。我希望它有所帮助。

#3


Tools> Options> General

工具>选项>常规

click on "Edit" button to add the browser path and change the default browser.

单击“编辑”按钮添加浏览器路径并更改默认浏览器。