본문 바로가기

개발스토리/Tool

이클립스 Aptana 플러그인

http://www.aptana.com/products/studio3/success_plugin.html

Please copy the following Update Site URL to your clipboard and then follow the steps listed below to add this URL to your Available Software Sites list. Attempting to access this URL using your web browser will return an Access Denied error.

http://download.aptana.com/studio3/plugin/install

  1. From the Help menu, select Install New Software... to open the Install New Software dialog.
  2. Paste the URL for the update site into the Work With text box, and hit the Enter (or Return) key.
  3. In the populated table below, check the box next to the name of the plug-in, and then click the Next button.
  4. Click the Next button to go to the license page.
  5. Choose the option to accept the terms of the license agreement, and click the Finish button.
  6. You may need to restart Eclipse to continue.


  1. eclipse.org 에서 eclipse luna 다운로드 후 설치
  2. eclipse 실행하여 Aptana 설치
    1. 메뉴 – Help -Install New Software
    2. Add… 를 눌러 Location http://download.aptana.com/studio3/plugin/install 의 사이트를 추가하고, 추가한 사이트로부터 Aptana 선택
    3. 안내에 따라 재시작
  3. Bundle 파일들이 오류가 남.
    1. 메뉴 – Help – Install New Software
    2. Work with 에서 The Eclipse Project Updates 를 선택
    3. 아래 항목들에서 Eclipse 4.4.1 Patches for bug 445122 를 선택하여 설치
    4. 안내에 따라 재시작
  4. 기타 원하는 플러그인 설치
  5. Remote System Explorer와는 달리, Aptana의 Remote FTP 기능은 파일을 열 때 인코딩을 선택할 수가 없다. 따라서 기본으로 사용할 경우 UTF-8이 아닌 ASCII로 읽어들이고 저장하여 문제가 된다.
    1. 메뉴 – Window – Preferences
    2. General – Workspace
    3. Text file encoding을 UTF-8로 선택.