Erlang的tv、appmon等GUI工具在R17以上版本的启动方法
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) ([email protected])1> tv:start(). ** exception error: undefined function tv:start/0 ([email protected])2> appmon:start(). ** exception error: undefined function appmon:start/0 ([email protected])3> toolbar:start(). ** exception error: undefined function toolbar:start/0 ([email protected])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
郑重声明:本站内容如果来自互联网及其他传播媒体,其版权均属原媒体及文章作者所有。转载目的在于传递更多信息及用于网络分享,并不代表本站赞同其观点和对其真实性负责,也不构成任何其他建议。