play framework 2.0 console error

前端 未结 3 595
难免孤独
难免孤独 2020-12-19 05:13

When trying to run the new play 2.0 console (typing \'play\' in cmd) on windows from project folder (as instructed by framework web tutorial).

i receive :



        
3条回答
  •  攒了一身酷
    2020-12-19 05:41

    Are you connected to the internet when you type the command play?

    Ivy is a dependency manager, and it creates a local repository for dependencies used to build a project.

提交回复
热议问题