| Author |
Distribute game with two jars with JWS
|
Tobias Ericsson
Greenhorn
Joined: Apr 27, 2009
Posts: 6
|
|
Hi
I've made a little game which saves highscores to a database online. It therefore needs the JDBC MySQL Connector/J to function properly. I got it working with the two jars in the same folder but now I want to distribute the game online via JNLP and JWS. Is there a way to make the JNLP file include an extra JAR file?
Here's my JNLP:
If thats not possible then I suppose I have to merge them together in some way, but how do I do that then?
Please help
|
 |
Maneesh Godbole
Saloon Keeper
Joined: Jul 26, 2007
Posts: 8434
|
|
You can define multiple jars like this
|
[Donate a pint, save a life!] [How to ask questions] [Onff-turn it on!]
|
 |
Tobias Ericsson
Greenhorn
Joined: Apr 27, 2009
Posts: 6
|
|
|
Thanks! =)
|
 |
 |
|
|
subject: Distribute game with two jars with JWS
|
|
|