Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

How can I get Aptana to work with Google Chrome?

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.

like image 677
Draco Avatar asked Sep 19 '11 09:09

Draco


People also ask

Does Google Chrome support Ajax?

Ajax is supported in all modern browsers. We suggest using the following browsers: Google Chrome. Mozilla Firefox.

How do I enable Chrome settings?

In Chrome, click the three-dot menu at the top right of the window, then click Settings. The Chrome settings page will open in a new browser tab, preserving whatever page you were already on.


1 Answers

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.

like image 99
rickyduck Avatar answered Nov 13 '22 00:11

rickyduck