Rohit
Posts: 38
Nickname: rohit
Registered: May, 2002
|
|
Re: Applet problem
|
Posted: Dec 26, 2002 12:21 AM
|
|
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
|
|