首页
学习
活动
专区
圈层
工具
发布
社区首页 >问答首页 >如何在ubuntu中安装游戏框架2.6?

如何在ubuntu中安装游戏框架2.6?
EN

Stack Overflow用户
提问于 2018-05-09 09:30:09
回答 2查看 878关注 0票数 0

嗨,我刚接触到游戏框架,但我必须安装播放框架,所以我从这里下载,但是我不知道如何安装它,但是我安装java和其他东西,如果有人能帮我安装游戏框架的话。

我的操作系统是ubuntu

我的java版本是1.8.0,当我输入java -version,它的节目,我也跟随一些youtube教程,但它不能解决我的问题,我想如何安装游戏框架,谢谢

EN

回答 2

Stack Overflow用户

回答已采纳

发布于 2018-09-12 07:59:20

代码语言:javascript
复制
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...........
票数 1
EN

Stack Overflow用户

发布于 2018-05-09 10:15:26

票数 2
EN
页面原文内容由Stack Overflow提供。腾讯云小微IT领域专用引擎提供翻译支持
原文链接:

https://stackoverflow.com/questions/50249958

复制
相关文章

相似问题

领券
问题归档专栏文章快讯文章归档关键词归档开发者手册归档开发者手册 Section 归档