Show Posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.


Messages - oNyx

Pages: [1]
1
Support / Eclipse and packaging jPCT with an applet
« on: December 22, 2004, 10:19:16 pm »
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"

Pages: [1]