1. 程式人生 > >Eclipse (ErlIDE)的erlang開發外掛

Eclipse (ErlIDE)的erlang開發外掛

安裝配置eclipse的erlang開發環境,我們使用這個外掛就可以實現

安裝好erlang和eclipse,

簡單的方法,我實驗成功的是直接在work with選擇Erlide repo – http://download.erlide.org/update,

qq20161106114450

然後下面會自動讀取可安裝的包,按照提示操作就安裝成功了;

  • Install Erlide by going to Help -> Software Updates -> Find and Install... -> Search for new features to install.
  • In the dialog, choose New remote site and enter Erlide
    as name andhttp://download.erlide.org/update as URL.
  • Select Erlang IDE and maybe the optional add-ins. Press Next, again Next, accept the license agreement and Finish. You may be asked to agree to install unsigned content, do so.
  • Restart. Go to Window -> Preferences -> Erlang -> Installed runtimes
    and add an entry (or several) for your Erlang installation(s) of choice. The required parameters are the name and the path to the top level directory (i.e. $ERL_TOP). Now restart again.