when I have more than i jar files that have to be used by my applet, can i use: <PARAM NAME = "ARCHIVE" VALUE = "jar1.jar" > <PARAM NAME = "ARCHIVE" VALUE = "jar2.jar" > <PARAM NAME = "ARCHIVE" VALUE = "jar3.jar" > <PARAM NAME = "ARCHIVE" VALUE = "jar4.jar" >
does this work properly or is there a better/correct way? Thanks. - satya