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