This chapter is about verifying your installation by performing a few simple tests to see that your system is properly installed.
unix> erlExpect the following output:
Erlang (BEAM) emulator version 5.0.1 [threads] Eshell V5.0.1 (abort with ^G) 1>
1> toolbar:start(). 2>and check that the toolbar window pops up.
"."
) is an end marker
for all commands in the Erlang shell, and must be entered for a
command to begin execution.
halt()
,
2> halt().which should end both the toolbar window and the command line window.
Erlang (BEAM) emulator version 5.0.1 [threads] Eshell V5.0.1 (abort with ^G) 1>
1> toolbar:start(). 2>and check that the toolbar window pops up.
"."
) is an end marker
for all commands in the Erlang shell, and must be entered for a
command to begin execution.
halt()
,
2> halt().which should end both the toolbar window and the command line window.