嗨,我刚接触到游戏框架,但我必须安装播放框架,所以我从这里下载,但是我不知道如何安装它,但是我安装java和其他东西,如果有人能帮我安装游戏框架的话。
我的操作系统是ubuntu
我的java版本是1.8.0,当我输入java -version,它的节目,我也跟随一些youtube教程,但它不能解决我的问题,我想如何安装游戏框架,谢谢
发布于 2018-09-12 07:59:20
1.Download jdk , java version 8,
2.Set the jdk and jre bin folder path to system path variable, (in windows restart)
3.Download SBT , install that.
4.Set the SBT bin folder path to system path variable.
5.download a playframework starter project ,
6.Go to the folder where build.sbt located and open terminal there,
7.Run the "sbt" command, at first it will take some times,
8.After completing the command run "compile" command,
9.After completing that run "run" command.
:) The server will start in 9000 port. (http://localhost/9000)
Open browser, type http://localhost:9000
Your app running...........发布于 2018-05-09 10:15:26
https://stackoverflow.com/questions/50249958
复制相似问题