• Post Reply Bookmark Topic Watch Topic
  • New Topic
programming forums Java Mobile Certification Databases Caching Books Engineering Micro Controllers OS Languages Paradigms IDEs Build Tools Frameworks Application Servers Open Source This Site Careers Other Pie Elite all forums
this forum made possible by our volunteer staff, including ...
Marshals:
  • Campbell Ritchie
  • Tim Cooke
  • paul wheaton
  • Ron McLeod
  • Jeanne Boyarsky
Sheriffs:
  • Paul Clapham
Saloon Keepers:
  • Tim Holloway
  • Roland Mueller
Bartenders:

loading archives from different location.

 
Ranch Hand
Posts: 51
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi, there.
I am using OBJECT tag for an applet.
Typicaly it will look like as follows.. ( Part of a code is as follows)

<OBJECT classid='clsid:8AD9C840-044E-11D1-B3E9-00805F499D93' width='984' height='570' name='Worksheet' codebase='http://java.sun.com/products/plugin/autodl/jinstall-1_3-windows.i586.cab#Version=1,3,0,0'>
<param name='CODE' value='com.proj.int.ipf.fr.wsheet.applet.WkshtApplet'>
<param name='CODEBASE' value='/ccispapp/classes'>
<param name='cache_option' value='Plugin'>
<param name='cache_archive' value='a.jar,b.jar'>
<param name='cache_version' value='8.0.0.0,1.0.0.0'>
</OBJECT>

As seen in the code there are two jar files a.jar and b.jar.
Ideally both of the jar files should be available under code base that is /ccisp/classes in this case.

Is there any way to load a.jar from codebase and b.jar from another location or path?
 
Rakesh Ray
Ranch Hand
Posts: 51
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Any one Please give some idea?
 
Joel Salatin has signs on his property that say "Trespassers will be Impressed!" Impressive tiny ad:
Clean our rivers and oceans from home
https://www.kickstarter.com/projects/paulwheaton/willow-feeders
reply
    Bookmark Topic Watch Topic
  • New Topic