Original Post
I wrote a small client/server program using Java and I want to send it to my friend to test. I used the kryonet library as well as the slick2d library(It's a basic 2 player game). What I want to know is how I can give him a copy of the game that he can run. I've tried packaging it as a JAR, but I'm having trouble getting it to work properly. I'm using eclipse if it makes a difference.
Also, I was going to make a batch file for him to run it with, just like javaw -jar myJar.Jar
But I don't know how to include the libraries with that.
Thanks
Also, I was going to make a batch file for him to run it with, just like javaw -jar myJar.Jar
But I don't know how to include the libraries with that.
Thanks