...
>I use Borland JBuilder jar file for my web page design .
Applets?
>Is there any good way that I need not close all IE window ?
Use FF? ;) No just kidding (mostly).
To get a fresh page in IE, type Ctrl-F5 (forced refresh).
That will definitely reload the HTML, but perhaps not the
Jar archives. Better to handle that from the Java console*.
Open the Java console and type
'x' (clear classloader cache) then
F5 (back in IE) to reload the page.
But. Thy are you needing to refresh classes in IE
so often? It it better to test applets in the applet
viewer (or a generic frame) and only upload them
once development is finished - they should not
change often.
* (Alt t, Sun Java Console)

Signature
Andrew Thompson
http://www.physci.org/
Kid - 14 Dec 2007 06:01 GMT
> ..
>
[quoted text clipped - 26 lines]
>
> Message posted viahttp://www.javakb.com
Thank for your kind teaching .