Reputation: 30127
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.
Upvotes: 9
Views: 20331
Reputation: 1048
You can follow these steps as mentioned here, it worked for me (I restarted my NetBeans after changing web browser):
Upvotes: 13
Reputation: 63
Try using C:\Program Files\Google\Chrome\Application\chrome.exe
.
In addition, consider stating the NetBeans version and the operating system you are using.
Upvotes: 0