number of jars, where to specify

I have one jar file that contains the application and there are 22 other jars that are required to be in the classpath. The question is where do I specify these jars? are they added to the <jar href="myjar.jar, myjar1.jar, myjar2.jar, mayJar2."/> If so are they separated by coma's or spaces and if not specified in <jar href="myjar.jar"/> then where are the jars specified.

Thanks,

[408 byte] By [dgherriga] at [2007-11-27 1:41:03]
# 1
you can have multiple jar elements in a jnlp file:<jar href="myjar.jar"/><jar href="myjar1.jar"/><jar href="myjar2.jar"/>...
JasonChoya at 2007-7-12 0:56:01 > top of Java-index,Desktop,Deploying...
# 2
Thanks, that works.
dgherriga at 2007-7-12 0:56:01 > top of Java-index,Desktop,Deploying...