8

Chrome executable is located in user's profile folder. I don't want to use explicit username in setup.

Unfortunately, neither

C:\Users{User}\AppData\Local\Google\Chrome\Application\chrome.exe

nor

C:\Users\{User}\AppData\Local\Google\Chrome\Application\chrome.exe

from this answer changing my web browser on netbans 6.9.1 worked for me.

NetBeans says "Cannot create process. Check the browser configuration".

Explicit username works.

2 Answers 2

12

You can follow these steps as mentioned here, it worked for me (I restarted my NetBeans after changing web browser):

  1. From "Tools" menu, select "Options". IDE will open options dialog box as displayed below
  2. Choose the browser from "Web browser" drop down. All the browsers installed on your machine will appear on this drop down. The default option is "Default system browser"
0
0

Try using C:\Program Files\Google\Chrome\Application\chrome.exe.

In addition, consider stating the NetBeans version and the operating system you are using.

Not the answer you're looking for? Browse other questions tagged or ask your own question.