erlang / erlide_eclipse

Eclipse IDE for Erlang

Home Page:http://erlide.org

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Erlang runtime is not save

masalinas opened this issue · comments

Erlide plugin inside Eclipe Mars on Ubuntu 12.04 not save the runtime configured throw Windows/Preferences inside Eclipse. I set this path: /usr/lib/erlang

image

And don't save this configuration so when start eclipse obtain an error telling me that I must to configure the erlang runtime.

Whats the problem?, is it a bug?

Regards

Is your Erlang installed via apt-get? If yes, then that's the problem: the location must be the root of an OTP installation (so that we can find the libraries and the documentation). Best way is to install manually (with kerl it is easy) and use that location instead.

Yes I installed throw apt-get and not manually, so I must to remove all the erlang packages and reinstalled in manual mode again ;(, is this the only way to resolve the problem with eclipse runtime??

That is a problem. I had some ideas about how to inform users about it, I'll try to actually implement it.