Web statables

Hi all,

I downloaded the webstart stuff from mojomonkeycoding.com and I saw that you use 2 jars, one for the classes, and one for the data, i was wondering I would be able to keep both the data and the classes in the same jar?



if that makes sense! ://

You can use as many jars as you like. They are all put into the class path. Using multiple jars has the advantage that you can update specific pieces of the game without forcing the end user to download the whole thing over again though.