Eclipse (ErlIDE)的erlang開發外掛
阿新 • • 發佈:2018-12-23
安裝配置eclipse的erlang開發環境,我們使用這個外掛就可以實現
安裝好erlang和eclipse,
簡單的方法,我實驗成功的是直接在work with選擇Erlide repo – http://download.erlide.org/update,
然後下面會自動讀取可安裝的包,按照提示操作就安裝成功了;
- Install Erlide by going to
Help -> Software Updates -> Find
andInstall... -> Search for new features to install
. - In the dialog, choose New remote site and enter
Erlide
http://download.erlide.org/update
as URL. - Select
Erlang IDE
and maybe the optional add-ins. PressNext
, againNext
, accept the license agreement andFinish
. You may be asked to agree to install unsigned content, do so. - Restart. Go to
Window -> Preferences -> Erlang -> Installed runtimes
$ERL_TOP
). Now restart again.