Hi,
I am new to Netbeans and Java so the problem could be me. I commeted
out some code...cleaned and built the project and no change...commeted
out code was executed...stepped through it and it was hitting the
commented lines. Remove the offensive code....clean and build....now
Netbeans is executing code the doesn't exist. Deleted dist and build
dirs...clean and build...no change. Any and all help would be greatly
appreciated. Other developers here at work are as perplexed as I am.
Thanks in advance for any insight.
Thanks
Michael Preminger - 21 Jun 2005 21:59 GMT
> Hi,
> I am new to Netbeans and Java so the problem could be me. I commeted
[quoted text clipped - 6 lines]
> Thanks in advance for any insight.
> Thanks
Did you look at the time stamp of your .class files? Are you by any
chance running old class files, while the newe ones are built somewhere
else on the classpath?
Michael