I have Netbeans 6.9.1 and I want to change the default browser to Chrome. I have seen a thread that says for Netbeans 6.5, it can be configured from Tools > Options > General
but the problem is I can't find Options in my Tools tab because I am not using that version. Anyone know how to do this with Netbeans 6.9.1?
相关问题
- slurm: use a control node also for computing
- How to read a string array in appSettings.json?
- Visual Studio 2015 : SQL Data Source : Unable to r
- Tomcat keeps logging what he wants
- Override yml configuration in spring-boot with com
相关文章
- How to use relative line numbering universally in
- On scala project - Getting error GC overhead limit
- Debugging with Eclipse CDT and GDB: can't find
- Log4j2 using {} against using %d or %s
- Virtual Box limit Bandwith on network [closed]
- Automake Variables to tidy up Makefile.am
- Ignoring .gitignore config/database.yml in a rails
- Detect operating system in Clojure
In the file
C:\Program Files\NetBeans 6.8\etc\netbeans.conf
, add the following line to thenetbeans_default_options
properties:Then set Chrome as the default browser.
Alternative method (tried this with Netbeans 7.1):
Open
Tools > Options
and you should see this:Click the edit button. Then click on the add button. A new browser named "External Browser" will be shown. You can rename it to Chrome, then change the "Process" field to a path like this:
In your case, you can right click on the Chrome icon and select the properties option (windows) and see where is the target path.
In case someone came across the same problem for Netbeans 8.2: it is under
Run> Set Project Browser > Chrome
(You can choose other browsers of course!)