Main Menu
Menu

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.

Show posts Menu

Messages - oNyx

#1
Support / Eclipse and packaging jPCT with an applet
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"