How can I get Aptana to work with Google Chrome?

Draco picture Draco · Sep 19, 2011 · Viewed 24.4k times · Source

Is there a way for me to get Google Chrome to launch in Aptana?

I tried adding it under Web Browsers but when launching the webpage, from Aptana, it launches it in Firefox instead.

Selecting Default system browser doesn't work either.

Answer

rickyduck picture rickyduck · Sep 19, 2011

How I would do it is where the green > button is, at the top (next to debug), go into run configuration and add a new entry for google chrome.

The path for chromes exe is at (Win7)

C:\Users\USERNAME\AppData\Local\Google\Chrome\Application\chrome.exe

WinXP

C:\Documents and Settings\<username>\Local Settings\Application\chrome.exe

Then you can run that straight from the drop down menu. This is the way I do it, however it may not be applicable for your situation.