• 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
  • Jeanne Boyarsky
  • Ron McLeod
  • Paul Clapham
  • Liutauras Vilda
Sheriffs:
  • paul wheaton
  • Rob Spoor
  • Devaka Cooray
Saloon Keepers:
  • Stephan van Hulst
  • Tim Holloway
  • Carey Brown
  • Frits Walraven
  • Tim Moores
Bartenders:
  • Mikalai Zaikin

Applet code change does not effect the view

 
Ranch Hand
Posts: 167
Android Eclipse IDE Ubuntu
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi all,
I have a very small applet, which draws an oval to the screen.
When I modify the applet code, (for example add another oval, or change its color, location, size etc.) and compile the code, I do not see the changes in view. (The old applet is shown always)
I cleared the cache of browser but it did not help. I am sure that I am modifying and compiling right file.
What can be the reason? What should I do to see the changes?
Thanks in advance for any help.
[ November 05, 2008: Message edited by: Kudret Serin ]
 
Rancher
Posts: 43081
77
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Try quitting and restarting the browser. If that doesn't work, have a look at the server logs to see if the browser is actually requesting the applet files again, and what the server response to that is.
 
reply
    Bookmark Topic Watch Topic
  • New Topic