IntelliJ Java IDE
The moose likes Applets and the fly likes can i have more than one archive tags? Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login
JavaRanch » Java Forums » Java » Applets
Reply Bookmark "can i have more than one archive tags?" Watch "can i have more than one archive tags?" New topic
Author

can i have more than one archive tags?

Madhav Lakkapragada
Ranch Hand

Joined: Jun 03, 2000
Posts: 5040

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

Take a Minute, Donate an Hour, Change a Life
http://www.ashanet.org/workanhour/2006/?r=Javaranch_ML&a=81
 
 
subject: can i have more than one archive tags?
 
Threads others viewed
web.xml elements
A Interesting project for everyone who is interested.
use of Object tag with applets
applet won't update with latest version
SelectManyListBox is acting really weird
IntelliJ Java IDE