[erlang-questions] Erlang 17.3, undefined function toolbar:start/0

Danil Zagoskin z@REDACTED
Wed Oct 8 09:43:28 CEST 2014


Hi!
All these applications are dropped from OTP. Use observer instead — it
includes their functionality:

> observer:start().

On Wed, Oct 8, 2014 at 11:35 AM, 月忧茗 <yueyoum@REDACTED> wrote:

> Hi, I compile and install erlang 17.3 from source, (OS: ubuntu)
>
> when I start erl shell, and type toolbar:start(). something goes wrong!
>
> wang[15:33][~]$ erlErlang/OTP 17 [erts-6.2] [source] [smp:4:4] [async-threads:10] [hipe] [kernel-poll:false]
> Eshell V6.2  (abort with ^G)1> io:format("OK~n").OK
> ok2> toolbar:start().
> ** exception error: undefined function toolbar:start/03> tv:start().
> ** exception error: undefined function tv:start/04> appmon:start().
> ** exception error: undefined function appmon:start/05>
>
> Why this?
>> --
> My GitHub
> https://github.com/yueyoum
>
>
> _______________________________________________
> erlang-questions mailing list
> erlang-questions@REDACTED
> http://erlang.org/mailman/listinfo/erlang-questions
>
>


-- 
Danil Zagoskin | z@REDACTED
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://erlang.org/pipermail/erlang-questions/attachments/20141008/94976d8c/attachment.htm>


More information about the erlang-questions mailing list