【问题标题】:Erlang. Can someone help me figure out why is throwing me that error when I try to run the program? [closed]二郎。有人可以帮我弄清楚为什么在我尝试运行程序时会抛出这个错误吗? [关闭] 【发布时间】:2021-08-10 05:20:23 【问题描述】: Can someone help me figure out why is throwing me that error when I try to run the program? 【问题讨论】: 请在此处粘贴整个代码(以及终端输出),而不是链接到图像。 标签: eclipse erlang 【解决方案1】: 好像模块名是lab06.erl,所以函数应该是lab06:hello_world(). 我不知道 IDE 是否会自动执行此操作,但很可能您需要编译代码并将其加载到 VM 中。您可以使用c(lab06). 来做到这一点(不过,该文件应该可以从代码路径访问)。 【讨论】: