Using Intellij IDEA 14.1.2
I am trying to set an Erlang SDK home path, the only option I have for doing this is a file browser that does not let me view my /usr/local
file. That is, I have no option for typing the desired path. I am forced to use the Apple gui file browser (that does not show /bin
or /usr
)File -> Project Structure -> SDK's
I made a sym-link, but I don't really want stray links.ln -s /usr/local/path/to/erlang ~/erlang
I can "type" the classpath and sourcepath but not the main "Erlang SDK home path:"
any ideas?
3条答案
按热度按时间yqlxgs2m1#
我在AskDifferent上找到了一个由bmike发布的similar solution:
按shift + command + g将打开一个对话框,您可以在其中键入要打开的任何文件夹的路径。
或者,您可以按shift + command + .查看隐藏文件,然后导航到
/usr/local/path/to/erlang
。dw1jzc5e2#
Solution: installing erlang in a directory visible for Intellij IDEA
Steps:
// 1-7 could be found here http://www.erlang.org/doc/installation_guide/INSTALL.html
//
For me that did the job!
rbl8hiat3#
我也不想“杂散链接”。尽管如此,我已经尝试过了,它甚至没有工作。你认为它是可能的改变它从一些配置文件~/库/首选项/IntelliJIdea 14我试图添加到(project.default.xml)的东西没有成功。