<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Auto-dowload JRE via Applet &amp;lt;object&amp;gt; tag in Operating System - OpenVMS</title>
    <link>https://community.hpe.com/t5/operating-system-openvms/auto-dowload-jre-via-applet-lt-object-gt-tag/m-p/4480035#M42686</link>
    <description>Hi,&lt;BR /&gt;&lt;BR /&gt;Does anybody have a working &lt;OBJECT&gt; web-page tag that will (on windows only&lt;BR /&gt;is fine for this case) trigger an automatic download of a version-compliant&lt;BR /&gt;JRE from SUN, if it is not found on the client's system?&lt;BR /&gt;&lt;BR /&gt;I have seen these pages which *should* be enough: -&lt;BR /&gt;&lt;A href="http://java.sun.com/j2se/1.4.2/docs/guide/plugin/developer_guide/using_tags.html" target="_blank"&gt;http://java.sun.com/j2se/1.4.2/docs/guide/plugin/developer_guide/using_tags.html&lt;/A&gt;&lt;BR /&gt;&lt;A href="http://java.sun.com/javase/6/docs/technotes/guides/plugin/developer_guide/using_tags.html" target="_blank"&gt;http://java.sun.com/javase/6/docs/technotes/guides/plugin/developer_guide/using_tags.html&lt;/A&gt;&lt;BR /&gt;&lt;A href="http://java.sun.com/javase/6/docs/technotes/guides/deployment/deployment-guide/autodl-files.html" target="_blank"&gt;http://java.sun.com/javase/6/docs/technotes/guides/deployment/deployment-guide/autodl-files.html&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;But I still can't get my applet's object tag to trigger a Java JRE download&lt;BR /&gt;if the version needed is not present :-(&lt;BR /&gt;&lt;BR /&gt;- I'm happy using dynamic-version and have specified the classid to reflect&lt;BR /&gt;such for IE. (Don't know how to specify that for FireFox 'cos my classid&lt;BR /&gt;there is "java:MyClassName.class"&lt;BR /&gt;- I have the new java_version &lt;PARAM /&gt; tag set to "1.N+" for recent versions&lt;BR /&gt;- I have also #Version=1.n.n.n at the end of the &lt;OBJECT&gt;'s codebase&lt;BR /&gt;- (For non IE) I have (in the object tag and not as a PARAM)&lt;BR /&gt;type="application/x-java-applet;version=1.n.n.n"&lt;BR /&gt;- I jave no interest in that JNLP and/or deployjava.js bollocks (and even&lt;BR /&gt;less in explaining why I have no interest :-)&lt;BR /&gt;- A picture is worth a thousand words, there shouldn't be many who find this&lt;BR /&gt;as challenging as me, and I imagine there is a plethora of such applets out&lt;BR /&gt;there on the web to poin me at&lt;BR /&gt;&lt;BR /&gt;If you know of such an example please point me at it.&lt;BR /&gt;&lt;BR /&gt;Cheers Richard Maher&lt;BR /&gt;&lt;BR /&gt;PS. I did notice that deployJava.js used&lt;BR /&gt;clsid:CAFEEFAC-DEC7-0000-0000-ABCDEFFEDCBA for IE and the embed tag for&lt;BR /&gt;Netscape in an old version I had, but now they seem to obfuscate the JS for&lt;BR /&gt;some reason.&lt;BR /&gt;&lt;/OBJECT&gt;&lt;/OBJECT&gt;</description>
    <pubDate>Sat, 15 Aug 2009 03:41:29 GMT</pubDate>
    <dc:creator>Richard J Maher</dc:creator>
    <dc:date>2009-08-15T03:41:29Z</dc:date>
    <item>
      <title>Auto-dowload JRE via Applet &lt;object&gt; tag</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/auto-dowload-jre-via-applet-lt-object-gt-tag/m-p/4480035#M42686</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;Does anybody have a working &lt;OBJECT&gt; web-page tag that will (on windows only&lt;BR /&gt;is fine for this case) trigger an automatic download of a version-compliant&lt;BR /&gt;JRE from SUN, if it is not found on the client's system?&lt;BR /&gt;&lt;BR /&gt;I have seen these pages which *should* be enough: -&lt;BR /&gt;&lt;A href="http://java.sun.com/j2se/1.4.2/docs/guide/plugin/developer_guide/using_tags.html" target="_blank"&gt;http://java.sun.com/j2se/1.4.2/docs/guide/plugin/developer_guide/using_tags.html&lt;/A&gt;&lt;BR /&gt;&lt;A href="http://java.sun.com/javase/6/docs/technotes/guides/plugin/developer_guide/using_tags.html" target="_blank"&gt;http://java.sun.com/javase/6/docs/technotes/guides/plugin/developer_guide/using_tags.html&lt;/A&gt;&lt;BR /&gt;&lt;A href="http://java.sun.com/javase/6/docs/technotes/guides/deployment/deployment-guide/autodl-files.html" target="_blank"&gt;http://java.sun.com/javase/6/docs/technotes/guides/deployment/deployment-guide/autodl-files.html&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;But I still can't get my applet's object tag to trigger a Java JRE download&lt;BR /&gt;if the version needed is not present :-(&lt;BR /&gt;&lt;BR /&gt;- I'm happy using dynamic-version and have specified the classid to reflect&lt;BR /&gt;such for IE. (Don't know how to specify that for FireFox 'cos my classid&lt;BR /&gt;there is "java:MyClassName.class"&lt;BR /&gt;- I have the new java_version &lt;PARAM /&gt; tag set to "1.N+" for recent versions&lt;BR /&gt;- I have also #Version=1.n.n.n at the end of the &lt;OBJECT&gt;'s codebase&lt;BR /&gt;- (For non IE) I have (in the object tag and not as a PARAM)&lt;BR /&gt;type="application/x-java-applet;version=1.n.n.n"&lt;BR /&gt;- I jave no interest in that JNLP and/or deployjava.js bollocks (and even&lt;BR /&gt;less in explaining why I have no interest :-)&lt;BR /&gt;- A picture is worth a thousand words, there shouldn't be many who find this&lt;BR /&gt;as challenging as me, and I imagine there is a plethora of such applets out&lt;BR /&gt;there on the web to poin me at&lt;BR /&gt;&lt;BR /&gt;If you know of such an example please point me at it.&lt;BR /&gt;&lt;BR /&gt;Cheers Richard Maher&lt;BR /&gt;&lt;BR /&gt;PS. I did notice that deployJava.js used&lt;BR /&gt;clsid:CAFEEFAC-DEC7-0000-0000-ABCDEFFEDCBA for IE and the embed tag for&lt;BR /&gt;Netscape in an old version I had, but now they seem to obfuscate the JS for&lt;BR /&gt;some reason.&lt;BR /&gt;&lt;/OBJECT&gt;&lt;/OBJECT&gt;</description>
      <pubDate>Sat, 15 Aug 2009 03:41:29 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/auto-dowload-jre-via-applet-lt-object-gt-tag/m-p/4480035#M42686</guid>
      <dc:creator>Richard J Maher</dc:creator>
      <dc:date>2009-08-15T03:41:29Z</dc:date>
    </item>
  </channel>
</rss>

