The Artima Developer Community
Sponsored Link

Java Answers Forum
Applet problem

1 reply on 1 page. Most recent reply: Dec 26, 2002 12:21 AM by Rohit

Welcome Guest
  Sign In

Go back to the topic listing  Back to Topic List Click to reply to this topic  Reply to this Topic Click to search messages in this forum  Search Forum Click for a threaded view of the topic  Threaded View   
Previous Topic   Next Topic
Flat View: This topic has 1 reply on 1 page
manjula

Posts: 2
Nickname: manju
Registered: Dec, 2002

Applet problem Posted: Dec 25, 2002 11:11 PM
Reply to this message Reply
Advertisement
Hi all,

When I do any modifications to my applet sourcefile & recompile it, I do not see the changes in the applet when i run it. But when I change the name of the applet itself &
compile it, I can see the modificatios.
Is it possible to avoid this problem without needing to change the name of the applet.
I'm running applet from netscape 4.x.

Thanks
Manjula


Rohit

Posts: 38
Nickname: rohit
Registered: May, 2002

Re: Applet problem Posted: Dec 26, 2002 12:21 AM
Reply to this message Reply
Hi Manju,
A couple of things might be going wrong in ur case,Either the applet class file is copied somewhere else too in ur classpath/codebase,so that when u change and complie it,class file from that location is gettting picked up,(ofcorse when u rename the applet ,thats a new class and that will be picked up correctly),my guess is that now if u are making change in this new renamed applet,again u must be facing same problem.So make sure to remove all stray class from ur classpath,codebase.

Another thing which might be going wrong is ,annd chances are this is the case,your cache,if u r using browser to access applet,may be its getting cached,just delete the old cached files,and everything will be ok

cheers,
Rohit

Flat View: This topic has 1 reply on 1 page
Topic: how can i get the Bitset from InetIpAddress Previous Topic   Next Topic Topic: Connect mySQL by using JDBC in linux

Sponsored Links



Google
  Web Artima.com   

Copyright © 1996-2019 Artima, Inc. All Rights Reserved. - Privacy Policy - Terms of Use