• Post Reply Bookmark Topic Watch Topic
  • New Topic
programming forums Java Mobile Certification Databases Caching Books Engineering Micro Controllers OS Languages Paradigms IDEs Build Tools Frameworks Application Servers Open Source This Site Careers Other Pie Elite all forums
this forum made possible by our volunteer staff, including ...
Marshals:
  • Campbell Ritchie
  • Tim Cooke
  • Liutauras Vilda
  • Jeanne Boyarsky
  • paul wheaton
Sheriffs:
  • Ron McLeod
  • Devaka Cooray
  • Henry Wong
Saloon Keepers:
  • Tim Holloway
  • Stephan van Hulst
  • Carey Brown
  • Tim Moores
  • Mikalai Zaikin
Bartenders:
  • Frits Walraven

applets - urgent !

 
Ranch Hand
Posts: 71
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
this is a query regarding running applets.
whenever I view an applet - either in the browser or the in the browser window of edit plus - i need to close the browser/ editplus completely EVERYTIME and open it all over again - to view the new changes. I would like to know why can't i view the changes made to my applet after i compile it again and refresh the broswer screen. And what can i do about it.
PLEASE HELP !!!
regards
eskay
 
Trailboss
Posts: 23953
IntelliJ IDE Firefox Browser Java
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
I'm moving this to the applets forum ...
 
Greenhorn
Posts: 12
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
I belive this happens because browser keeps cashe of the page you view. So you need to flush all the cashe pages of browser.
Reply if this helps
Regds,
Soumendu
 
eskay kumar
Ranch Hand
Posts: 71
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Thanks Soum,
that worked when i run the applet in my browser externally. I would be really thankful, if u could tell me - how am i supposed to refresh and view new changes in the applet when i'm using the seamless browser option of Editplus. i.e. the browser window is opened in the editor itself, however i cannot refresh it by clearing my cache.
thanks
eskay !
 
Soumendu Munshi
Greenhorn
Posts: 12
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi there,
I think there should be some setting option in browser to cache page- make that equal 0. For e;g in IE Tools->Internet Option->clear history & Temporary internet file. Try with this for the default browser and let us know if it works.
Cheers.,
Soumendu
 
I can't take it! You are too smart for me! Here is the tiny ad:
Gift giving made easy with the permaculture playing cards
https://coderanch.com/t/777758/Gift-giving-easy-permaculture-playing
reply
    Bookmark Topic Watch Topic
  • New Topic