Search code examples
windowserlangrebar

Erlang project can't launch on Windows generated by rebar


I compiled an generate my project(which called eddy) on Windows with rebar successfully, but can not launch.

eddy.cmd start

erlsrv.exe: The service eddy_1 is not an erlsrv controlled service.

Frustrated...


Solution

  • Before you can start the service, you have to install it:

    eddy.cmd install
    eddy.cmd start
    

    If you just want to run it, use the console option:

    eddy.cmd console