Hey Dan
Well, there isn't such a thing like linking in Java.
Ok there are two ways to do it:
-pack everything into one jar
or
-just do it like you're doing it right now and just specify the other (jpct) jar in the applet tag like:
ARCHIVE = "game.jar, jpct.jar"
Well, there isn't such a thing like linking in Java.
Ok there are two ways to do it:
-pack everything into one jar
or
-just do it like you're doing it right now and just specify the other (jpct) jar in the applet tag like:
ARCHIVE = "game.jar, jpct.jar"