Applet tag and Object tag.

Hi All,

My application is hanging which is using Applet.I have specied in IE settings to use Sun's JVM[plug in].Applet tag is now depricated they [W3c] recommend to use Object tag for IE.Is my problem somewhere related to this?what difference does it make.?Please help me its very urgent.

Cheers:

Akash.

[330 byte] By [Akash5495a] at [2007-11-27 6:35:01]
# 1
So which style r u using, u din clarify.by the way the applet tag works all fine...it should not cause major aches.Also could u elaborate when does the browser hang?Is it while page loading or running or closing the browser window?cheers!
Shashank@iitba at 2007-7-12 18:01:48 > top of Java-index,Desktop,Core GUI APIs...
# 2

Currently the applet is running through Applet tag.my application is using As400 emulator tn5250j which i am showing through Applet.The second frame is showing images. After entering data in As400 screen i am submitting data through submit button which is on second frame.but after submitting applet screen got hung.dont know the reason code seems to be fine.no memory leakages.

thx for reply.

Akash5495a at 2007-7-12 18:01:48 > top of Java-index,Desktop,Core GUI APIs...
# 3
and one more doubt..will you able to tell me is there some strict relation beteen the jdk through the code was compiled ,and java plugin installed in System.My code is compiled with jdk 1.4 and i am using 1.5 plugin.
Akash5495a at 2007-7-12 18:01:48 > top of Java-index,Desktop,Core GUI APIs...
# 4

well about that version number thing....

i think there is a relation...

if u use different versions of jdk and plugin the system might throw this

"java.lang.UnsupportedClassVersionError: Bad version number in .class file"

check it out in the java console

cheers!

Shashank@iitba at 2007-7-12 18:01:48 > top of Java-index,Desktop,Core GUI APIs...
# 5
No, I am not getting any exception of this kind..
Akash5495a at 2007-7-12 18:01:48 > top of Java-index,Desktop,Core GUI APIs...
# 6
may be you use jdk1.5 compiler and jar itbut your ie client use jre1.4
lonelytaoa at 2007-7-12 18:01:48 > top of Java-index,Desktop,Core GUI APIs...