2011-07-05 115 views

回答

3

你編譯你的源代碼?在調用函數之前,在Eshell中輸入c(hello).(假定hello.erl是源文件的名稱)。

+0

我使用erlang的eclipse插件。我遵循這些步驟,他們沒有提到編譯: http://erlide.sourceforge.net/erlide.html#running_project – Jean

+2

ErlIDE for Eclipse通常應該每次保存時編譯您的代碼。 –

2

來解決這個問題的方式:

轉到: 運行配置
--Erlang
選擇標籤:
--Environment
然後
- 選擇
檢查
- 路徑
應用並運行。

現在你會很好去。