Results 1 to 2 of 2
- 10-06-2011, 03:50 PM #1
Member
- Join Date
- Feb 2011
- Posts
- 84
- Rep Power
- 0
Java Applet does not open after upgrade to 1.6
I have an applet embedd in an html file.Applet use to open up on all computers having jre 1.5_06 and if that version is not there ,it promts to download and take user to the site to download but after the upgrade to 1.6.0_27 ,it does not opens on computers which do not have jre 1.6.0_27 and does not promts to download
Initially with my java 5, I had following code in my login .html
<OBJECT classid="clsid:8AD9C840-044E-11D1-B3E9-00805F499D93" width="251" height="220" align="baseline"
codebase="https://java.sun.com/update/1.5.0/jinstall-1_5_0_06-windows-i586.cab#Version=1,5,0,6">
<COMMENT>
<EMBED type="application/x-java-applet;version=1.5.0" CODE = "testApplet.class" CODEBASE = "." ARCHIVE = "test.jar, Mtest.jar" WIDTH = 251 HEIGHT = 200 scriptable=false pluginspage="http://java.sun.com/j2se/1.5.0/download.html"><NOEMBED></COMMENT>
"Your browser understands the <APPLET> tag but isn't running the applet, for some reason."
Your browser is completely ignoring the <APPLET> tag!
</NOEMBED></EMBED>
with 1.6 ,i am not sure what links to mention ,I am using the following
<OBJECT classid="clsid:8AD9C840-044E-11D1-B3E9-00805F499D93" width="251" height="220" align="baseline"
codebase="http://oracleotn.rd.llnwd.net/otn-pub/java/jdk/6u27-b07/jre-6u27-windows-x64.exe">
<COMMENT>
<EMBED type="application/x-java-applet;version=1.6.0" CODE = "testApplet.class" CODEBASE = "." ARCHIVE = "test.jar, Mtest.jar" WIDTH = 251 HEIGHT = 200 scriptable=false pluginspage="http://java.com/en/download/inc/windows_new_ie.jsp"><NOEMBED></COMMENT>
"Your browser understands the <APPLET> tag but isn't running the applet, for some reason."
Your browser is completely ignoring the <APPLET> tag!
</NOEMBED></EMBED>
Can you please help me with this?I am not sure what the pluginspage does?
Thanks,
- 10-06-2011, 04:28 PM #2
Re: Java Applet does not open after upgrade to 1.6
Why don't you deploy it in the way outlined in the tutorial?
Lesson: Java Applets (The Java™ Tutorials > Deployment)How to Ask Questions the Smart Way
Static Void Games - Play indie games, learn from game tutorials and source code, upload your own games!
Similar Threads
-
java upgrade doesn't know what operating system is in use
By naomi in forum New To JavaReplies: 3Last Post: 01-05-2011, 07:29 AM -
webstart link some time doesn't work after Java upgrade
By Richard Gillespie in forum Advanced JavaReplies: 0Last Post: 12-21-2010, 04:01 PM -
upgrading each java upgrade?
By j2me64 in forum Forum LobbyReplies: 2Last Post: 02-27-2010, 02:38 PM -
How to upgrade Java version in an application
By New_ToJava in forum New To JavaReplies: 37Last Post: 11-11-2008, 02:22 PM -
Applet, To center text and To open I engage in a dialog in an Applet
By Marcus in forum Java AppletsReplies: 4Last Post: 06-08-2007, 06:15 AM


LinkBack URL
About LinkBacks
Reply With Quote
Bookmarks