| Author |
How to reduce downloading time
|
satya
Greenhorn
Joined: Jan 29, 2002
Posts: 16
|
|
Hi I have written an applet which needs jt400 tool box for java. I have given the archive tag for jt400.jar in my html file. The size of jt400.jar is around 2 Mb.So it is taking lot of time to download. I have tried to extract the jar file and putting in server.But it's working only in some cases . Please let me know if there is any other way to reduce the downloading of files. Thanx in advance Satya
|
 |
Pawel Veselov
Ranch Hand
Joined: Jan 14, 1999
Posts: 165
|
|
I don't exactly know what jt4000 is. But try to unjar it and let your applet to got only those classes it really needs. ------------------ With best of best regards, Pawel S. Veselov ( aka Black Angel )
|
With best of best regards, Pawel S. Veselov ( aka Black Angel )
|
 |
 |
|
|
subject: How to reduce downloading time
|
|
|