Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我已经在 Eclips 中设置了 Erlang,但不知何故它无法制作 .beam 文件并执行代码。
这是我的运行配置的详细信息。
当我在 Eclipse 控制台中运行时,出现以下错误:
Eshell V5.9 (erlide@Sujoy-VAIO)1> c(geometry). geometry.erl:none: no such file or directory error
您使用“代码路径”选项卡跳过了屏幕截图,我相信这就是解决此问题的方法。
顺便说一句,我强烈建议使用 basho 的rebar来编译 Erlang 项目,而不是依赖 IDE。另外,我建议您查看SublimErl作为 Erlide 的替代品。
编译器找不到您的源代码。
不确定,但我认为您应该在运行时配置面板的变量“工作目录”中定义源代码目录。