AppWarp with libGDX 1.3.1

0 votes
I'm a libGDX user, and I've downloaded the JAR for the AppWarp libraries, but I don't know where to put the JAR to add it to the classpath in libGDX 1.3.1. Please note that I do not use Eclipse or Netbeans or anything like that. I use the command line, so your answers must be command line friendly.
asked Aug 24, 2014 in AppWarp by Nicolás A. Ortega (16 points)

1 Answer

+1 vote
 
Best answer
Hey Nicolas,
 
You can read our libGDX tutorial. It discusses how to use libGDX with AppWarp. Here it is http://appwarp.shephertz.com/game-development-center/java-multiplayer-libgdx-tutorial/ 
 
Although this tutorial discusses in context with Eclipse, it might help you to use it with Command Line also. We have placed AppWarp's jar file in libs folder. Since libGDX uses gradle for building and it worked with Eclipse, it might also work on Command Line with AppWarp's jar placed in libs folder when using gradle for building. You can read libGDX's gradle documentation for more details :
 
answered Aug 25, 2014 by Suyash Mohan (900 points)
selected Aug 25, 2014 by Nicolás A. Ortega
Yeah, I recently found that Gradle dependency page, it clarifies quite a bit. I mainly wanted to know how to add the library to my classpath, and the Dependency Page tells me exactly how to do that especially in this section: https://github.com/libgdx/libgdx/wiki/Dependency-management-with-Gradle#file-dependencies
Download Widgets
Welcome to ShepHertz Product line forum, where you can ask questions and receive answers from the community. You can also reach out to us on support@shephertz.com
...