Hi,
I have a Java project in Eclipse, but it seems to have got stuck to a
perticular version of the class. When I change code, and even comment
out code, it executes one old version of the class.
I am using Eclipse 3.2 with Spring framework.
I have tried :
rebuilding the project
taking the working workspace from my friend,
restarting Eclipse
restarting PC
flushing Java applications etc. from my browser
Please help!
Oliver Wong - 06 Jul 2006 16:38 GMT
> Hi,
> I have a Java project in Eclipse, but it seems to have got stuck to a
[quoted text clipped - 11 lines]
>
> Please help!
Might the class files be cached by your application server?
- Oliver
wk - 07 Jul 2006 07:33 GMT
If that is the case, how do I proceed?
I use TomCat.
> > Hi,
> > I have a Java project in Eclipse, but it seems to have got stuck to a
[quoted text clipped - 15 lines]
>
> - Oliver
AlecB - 07 Jul 2006 00:29 GMT
wk was heard to mumble on 06.07.2006 14:08:
> Hi,
> I have a Java project in Eclipse, but it seems to have got stuck to a
[quoted text clipped - 11 lines]
>
> Please help!
project->Clean
HTH,
wk - 07 Jul 2006 07:37 GMT
Project > Clean didnt help, and instead started giving lots of build
errors :(
> wk was heard to mumble on 06.07.2006 14:08:
> > Hi,
[quoted text clipped - 16 lines]
>
> HTH,
Oliver Wong - 07 Jul 2006 15:41 GMT
> Project > Clean didnt help, and instead started giving lots of build
> errors :(
Fix those build errors?
- Oliver