• 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

New class not loading

 
Ranch Hand
Posts: 838
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
I created an an applet class in my cgi-bin directory to just try out. Not too much to it, just a few text prints and such. I made some changes to the app and recompiled without error but when I try refreshing the page with the applet embedded it still shows the old code. Where is it trying to access the code for the applet? I tried clearing the cache to see if it was cached but with no success. The page that is entered in the browser is located in cgi-bin as well, I set the class attribute in the applet tag to just classname.class (no other path info preceding it). I tried running appletviewer and the applet does load and display like I want as well, just not reflected in the html page. Any help would be appreciated. Thanks.
 
Rancher
Posts: 1337
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Try re-loading with the alt/options key down, and if that doesn't work- quitting the browser.
 
Rob Hunter
Ranch Hand
Posts: 838
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Tried all of that and nothing has worked. I tried deleting the actual .class file and reloading the page and the darn thing still shows up in old format.
 
reply
    Bookmark Topic Watch Topic
  • New Topic