Skip to main content

Notice: this Wiki will be going read only early in 2024 and edits will no longer be possible. Please see: https://gitlab.eclipse.org/eclipsefdn/helpdesk/-/wikis/Wiki-shutdown-plan for the plan.

Jump to: navigation, search

Difference between revisions of "ATF/Installing"

< ATF
(Added a note about the installation nopt working on 64-bit Eclipse on Mac)
 
Line 6: Line 6:
  
 
2. '''Tell Eclipse the source of Mozilla features'''. Mozilla features provides pieces to embed standard Mozilla browser inside Eclipse.
 
2. '''Tell Eclipse the source of Mozilla features'''. Mozilla features provides pieces to embed standard Mozilla browser inside Eclipse.
* In "Work with" field, paste following URL and press Enter: '''http://downloads.zend.com/atf/''' ([https://bugzilla.mozilla.org/show_bug.cgi?id=507575 Read about Mozilla.org update site])
+
* In "Work with" field, paste following URL and press Enter: '''http://beta.zend.com/studio-eclipse/updates-extra/9_0''' ([https://bugzilla.mozilla.org/show_bug.cgi?id=507575 Read about Mozilla.org update site])
 
* This repository will be needed later, so don't select anything from here for now.
 
* This repository will be needed later, so don't select anything from here for now.
  

Latest revision as of 03:57, 26 October 2011

Following page describes how to install Ajax Tools Framework.

Note: These steps do not currently work on 64-bit version of Eclipse on Mac OS X.

1. Press Help -> Install New Software...

2. Tell Eclipse the source of Mozilla features. Mozilla features provides pieces to embed standard Mozilla browser inside Eclipse.

3. Install Ajax Tools Framework. They integrate Mozilla browser with Eclipse frameworks to let you inspect, analyze and debug extra information, that is not available in typical Mozilla-based browsers.

Atf install1.png

  • Press "Next" and "Finish" and wait until Eclipse downloads and installs all selected items. You will be asked to restart Eclipse.

Atf install details.png

5. Enjoy!. To start working with your new software, switch to Web Browser Tools perspective.

Atf install3.jpg

Back to the top