put some break points at your changed code, and launch debugger to debug the application.
This is a discussion on Compilation Issues with java file in RAD 7.0. - Websphere ; Hi all, I am facing one problem working with RAD7.0 and i had the similar problem with RAD 6.0. I have developed one portlet application on WSAD and now i wants to run that application in RAD7.0 test environment. I ...
Hi all,
I am facing one problem working with RAD7.0 and i had the similar problem with RAD 6.0.
I have developed one portlet application on WSAD and now i wants to run that application in RAD7.0 test environment.
I created the project in the RAD 7.0, Now when i do some changes to java file for portlet application i dont know why the changes are not reflected. I reached to the conclusion that the changed java file is not compiled properly.
but this behaviour is not same always, for few of the java files if i put some system out i can see it in console but for few java files i can not see the sysetm out in console. I tried to build the project and run it again. Even some times i deleted the class file and rebuild the project, RAD creates the class files but the changes are still not reflected.
Has anybody come across this kind of problem with RAD.
Please tell me how to overcome this problem if somebody knows about this.
Thanks,
Milind N
put some break points at your changed code, and launch debugger to debug the application.
Hi All,
I identified the problem, actually it was because of some external jar which i was using with the application.
Thanks
Milind N