質問

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...

役に立ちましたか?

解決

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

他のヒント

Maybe you'll find your way here: google search result. Check your eddy.cmd file or any other command file called.

ライセンス: CC-BY-SA帰属
所属していません StackOverflow
scroll top