The Artima Developer Community
Sponsored Link

Java Answers Forum
Applet Loading Time - Urgent

1 reply on 1 page. Most recent reply: Jun 22, 2006 2:58 AM by Kondwani Mkandawire

Welcome Guest
  Sign In

Go back to the topic listing  Back to Topic List Click to reply to this topic  Reply to this Topic Click to search messages in this forum  Search Forum Click for a threaded view of the topic  Threaded View   
Previous Topic   Next Topic
Flat View: This topic has 1 reply on 1 page
Sanjay

Posts: 6
Nickname: sanjay
Registered: Mar, 2002

Applet Loading Time - Urgent Posted: Jun 21, 2006 11:10 AM
Reply to this message Reply
Advertisement
I am facing a problem on one of our production sites. The APPLET(deployed on weblogic server) is taking a huge time to load, of the order of 15 minutes. Even after it is cached on first time loading, the subsequent access to APPLET still takes same time.
Whileas in our testing we didn't encounter such problem. Of course, at customer site i see that the machine using IE(client) is on a different LAN than the weblogic server whileas most of our in house tests were done on same LAN

what could be the possible reasons for this?


Kondwani Mkandawire

Posts: 530
Nickname: spike
Registered: Aug, 2004

Re: Applet Loading Time - Urgent Posted: Jun 22, 2006 2:58 AM
Reply to this message Reply
Most likely the VM used on the IE client (Run Time environment - is it equivalent to JRE 1.4 or
higher - I know MS has their own but they should have equivalent releases, haven't dabbled much
in that). What jdk was used to compile the applet - if I'm not mistaken, bytecode is optimized
different on different versions (this is just a guess, I might be wrong), then again I once wrote
a Swing Cell Phone texter compiled on Java 5 but cannot run on the JRE provided with Java 4.

Not sure how the VM embedded in browser function but these are just some suggestions and guesses...

Anyone, please feel free to correct me.

Flat View: This topic has 1 reply on 1 page
Topic: Generic Class in Non Generic class Previous Topic   Next Topic Topic: JDialog doesn't respond

Sponsored Links



Google
  Web Artima.com   

Copyright © 1996-2019 Artima, Inc. All Rights Reserved. - Privacy Policy - Terms of Use