Erlang開發環境的配置windows64位
阿新 • • 發佈:2019-01-08
1.下載最新的Erlang otp,下載地址:www.erlang.org/download/otp_win64_17.0.exe 安裝。
2.下載Eclipse及JDK7,地址的話自己百度。然後進行安裝。
3.配置環境變數C:\Program Files\Java\jdk1.7.0_03\bin;C:\Program Files\erl6.0\bin將這兩個路徑加入path路徑。然後執行cmd,驗證是否成功。
4.開啟eclipse,開啟一次選擇Help->install new software ,在work with :中輸入http://erlide.org/update, 等待出現下圖
然後一直next,安裝過程中可能會出現一個WARNING:you are installing software that contains unsigned content.the authenticity or validity of this software cannot be established . do youwant to continue with the installation?
5.配置方法,Window->preference 找到Erlang->Installed runtimes,點選add選擇Erlang的路徑,點選OK就行了,然後重啟。