Erlang R17版本以上,按以前的方法启动tv、appmon等GUI工具时报错,错误如下:
kernel-poll not supported; "K" parameter ignored Erlang/OTP 17 [erts-6.4] [64-bit] [smp:4:4] [async-threads:10] Eshell V6.4 (abort with ^G) (rolong@127.0.0.1)1> tv:start(). ** exception error: undefined function tv:start/0 (rolong@127.0.0.1)2> appmon:start(). ** exception error: undefined function appmon:start/0 (rolong@127.0.0.1)3> toolbar:start(). ** exception error: undefined function toolbar:start/0 (rolong@127.0.0.1)4> pman:start(). ** exception error: undefined function pman:start/0
Erlang R17后工具被集成在一起了,用observer:start()启动:
本文来自瑞仙的 Erlang开发博客
http://blog.csdn.net/zhongruixian
原文地址:http://blog.csdn.net/zhongruixian/article/details/45026465
Erlang的tv、appmon等GUI工具在R17以上版本的启动方法
原文地址:http://blog.csdn.net/zhongruixian/article/details/45026465