本文主要是介绍eclipse erlang 插件安装,希望对大家解决编程问题提供一定的参考价值,需要的开发者们随着小编来一起学习吧!
很早以前买了本erlang otp in action,想再仔细研究研究这个东东,安装了下erlide
http://erlide.org/installation/
-
Install Erlang R14B or later, if it isn’t already present on your system. On Windows systems, use a path with no spaces in it.
-
Install Eclipse 3.6 or later, if you didn’t already.
-
If your network uses a proxy to connect to the internet, fill in the appropriate data in
Window → Preferences → General → Network connections
. -
Install Erlide by going to
Help → Install new software...
. In the dialog, enterhttp://erlide.org/update
as URL. Follow the dialogs with the obvious choices and in the end you will be asked to restart.An alternative way to install is from the Eclipse marketplace
Help → Eclipse Marketplace...
or if you are using Eclipse 3.7 simply by dragging and dropping the button below into a running Eclipse workspace -
Restart. If you already have Erlang installed in a “usual” place, erlide will find it, otherwise you have to configure it yourself. 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. -
Done! You’re ready to start exploring.
这篇关于eclipse erlang 插件安装的文章就介绍到这儿,希望我们推荐的文章对编程师们有所帮助!