| Author |
Silly issue in my RAD 7
|
Swathi Dharmavaram
Greenhorn
Joined: Nov 16, 2005
Posts: 5
|
|
Hi All,
I am having a basic java compiler issue in my IDE.
//when I put something in this slash comments,
my Debugger comes to this point and shows that this line is getting executed but I have refreshed it, republished the server.
Its stupid issue though is there any setting RAD where you might specify about this comments.
This is taking all my time in the world
Your help will be appreciated !!!
Swathi
|
 |
Cameron Wallace McKenzie
author and cow tipper
Saloon Keeper
Joined: Aug 26, 2006
Posts: 4967
|
|
The source code and compiled code are out of sync. It's not stepping through the comment, but the comment is in a place that is being executed, and it looks like the comment is being executed.
You gotta get the source and runtime code in sync. I usually end up doing a clean, rebuild, made a change to the file like a space and save it again, and then run it.
I see this pretty much every week.
-Cameron McKenzie
|
Author of Hibernate Made Easy, What is WebSphere???, JSF 2.0 Made Easy and the SCJA Certification Guides
|
 |
Swathi Dharmavaram
Greenhorn
Joined: Nov 16, 2005
Posts: 5
|
|
Yes you are correct. The comments are in that line unfortunately deceiving my eyes !!!
Yeah I can see that I have been doing clean , rebuild but nothing worked. I have deleted my class files from the project folder. And created class files under a different
folder.
Now After doing this when I published this one and build it , the issue got resolved.
Appreciate your help !!!
Swathi
Cameron Wallace McKenzie wrote:The source code and compiled code are out of sync. It's not stepping through the comment, but the comment is in a place that is being executed, and it looks like the comment is being executed.
You gotta get the source and runtime code in sync. I usually end up doing a clean, rebuild, made a change to the file like a space and save it again, and then run it.
I see this pretty much every week.
-Cameron McKenzie
|
 |
 |
|
|
subject: Silly issue in my RAD 7
|
|
|