java - SWT browser issue -


i using eclipse swt embed browser , load webpage same.

the problem facing site load in swt has api calls (java api) in it, when load site first time apis being called , data getting loaded in embedded browser.

but after update api new (updated) data not getting reflected in embedded browser of swt.

the workaround same either go ie , open page in data updated, after data getting reflected in swt browser or clear caches(website data) in ie.

is there way swt loads data without doing above workarounds?


Comments

Popular posts from this blog

mysql - Dreamhost PyCharm Django Python 3 Launching a Site -

java - Sending SMS with SMSLib and Web Services -

java - How to resolve The method toString() in the type Object is not applicable for the arguments (InputStream) -