我有一个类似的问题:
-module(hello).
-export([hello_world/0]).
hello_world() -> io:fwrite("hello, world\n").
结果:
(hello_world@PC)8> hello:hello_world().
** exception error: undefined function hello:hello_world/0
(hello_world@PC)9>
但说明
“解决这个问题的方法:
转到:运行配置
--Erlang
选择选项卡:
-- Environment
然后
--选择
检查
--路径
应用并运行。”
不要解决我的问题。
是不是我的软件,因为弄到其中的一些是很麻烦的。我有用于 Eclipse 4.2.2 的带有 Erlide 插件(版本 0.9.0.201010061109)的 Erlang 5.10.1 R16B?
任何帮助将不胜感激!