• 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
  • Jeanne Boyarsky
  • Ron McLeod
  • Paul Clapham
  • Liutauras Vilda
Sheriffs:
  • paul wheaton
  • Rob Spoor
  • Devaka Cooray
Saloon Keepers:
  • Stephan van Hulst
  • Tim Holloway
  • Carey Brown
  • Frits Walraven
  • Tim Moores
Bartenders:
  • Mikalai Zaikin

Using cab files

 
Ranch Hand
Posts: 44
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
I am trying to use cab files with IE5.5. Not very succesful.
What is In the HTML, and correct by Microsoft Documentation:
<applet width="269" height="314" code="HelloWorldApplet.class" >
<PARAM NAME="cabinets" VALUE="test1.cab">
</applet>
The test1.cab file is in the WWW root directory

Transformation by HTML Converter from SUN
<!-- HTML CONVERTER -->
<OBJECT classid="clsid:E19F9330-3110-11d4-991C-005004D3B3DB"
WIDTH = "269" HEIGHT = "314" codebase="http://java.sun.com/products/plugin/1.3.0_01/jinstall-130_01-win32.cab#Version=1,3,0,1">
<PARAM NAME = CODE VALUE = "HelloWorldApplet.class" >
<PARAM NAME="type" VALUE="application/x-java-applet;jpi-version=1.3.0_01">
<PARAM NAME="scriptable" VALUE="false">
<PARAM NAME = "cabinets" VALUE ="test1.cab">
<COMMENT>
<EMBED type="application/x-java-applet;jpi-version=1.3.0_01" CODE = "HelloWorldApplet.class" WIDTH = "269" HEIGHT = "314" cabinets = "test1.cab" scriptable=false pluginspage="http://java.sun.com/products/plugin/1.3.0_01/plugin-install.html"><NOEMBED>
</NOEMBED>
</EMBED>
</COMMENT>
</OBJECT>
When I try to hit this page, I get an error that HelloWorldApplet.class is not found. I checked the test1.cab file and I can not get it to work. Any ideas?
 
With a little knowledge, a cast iron skillet is non-stick and lasts a lifetime.
reply
    Bookmark Topic Watch Topic
  • New Topic