在线时间:8:00-16:00
迪恩网络APP
随时随地掌握行业动态
扫描二维码
关注迪恩网络微信公众号
开源软件名称:menacher/java-game-server开源软件地址:https://github.com/menacher/java-game-server开源编程语言:Java 90.8%开源软件介绍:Note New version of Jetserver is called Nadron and is in a new netty 4 branch of this same repo. WikiThe wiki provides implementation level details and answers to general questions that a developer starting to use jetserver might have about it. The following blog has post on game creation. Support GroupFor general discussion please use the jetserver google group. Issues and bugs can be raised directly in github. InstallationMaven<dependency>
<groupId>com.github.menacher</groupId>
<artifactId>nadron</artifactId>
<version>0.5</version>
</dependency> From SourceUsing pre-built jar filesThe pre-built jar files of this project are located in the jetserver/binaries directory. All dependent jars are located in the jetserver/lib directory. You can add them to your favorite IDE’s classpath for coding. If you want to compile from source, then follow steps below. With Maven and using EclipsePre-requisites: Please have maven 3+ and Spring source tool suite or eclipse installed. If you are using plain vanilla eclipse, then M2Eclipse and EGit plugins though not required will be helpful. The maven-eclipse plugin part of pom.xml should be modified when using another IDE. Steps
If everything works as expected you should see some test cases executed successfully! With AntIf you are using ant, then the lib folder within the jetserver project contains all the dependent libraries. Just right click and run ant build and it will create the jetserver jar. Happy coding! |
2023-10-27
2022-08-15
2022-08-17
2022-09-23
2022-08-13
请发表评论