Logo 
Search:

Java Forum

Ask Question   UnAnswered
Home » Forum » Java       RSS Feeds

download status of jar file

  Asked By: Koila    Date: Jun 04    Category: Java    Views: 721
  

I have this big jar file, which gets downloaded onto my users
machine.
I'm using <applet archive="myjar.jar"></applet> for the jar file
download. Since the jar file
is pretty big, it takes a while to download, and there is not
indication to the user that
the jar file is being downloaded. I would like to provide some kind
of visual indication, and I'm in need of some help.
Couple of solutions I have in mind.

1. Use JProgressbar. I have tried this, but couldnt get it working.
mainly because, I don't have the source files
for the java classes that are included in the jar file. I have only
the .class files.
2. Load another applet before this, using <applet></applet> tag, and
display "downloading please wait".
I tried this, and message appears. But the thing is, this message
should disapper after the
big jar file download completes, and I'm not sure how to figure out
the download status of big jar file.

Share: 

 

No Answers Found. Be the First, To Post Answer.

 
Didn't find what you were looking for? Find more on download status of jar file Or get search suggestion and latest updates.




Tagged: