How to integrate check style with RAD 6.0

Folks,

I am using RAD 6.0 as IDE for my project. We follow a fixed coding standard to which we have to adhere while developing projects. Up till now what we have been doing is once the code is written there is a code review team which peruse the code.

To reduce this effort, what i have come to know is that we can have a check style where in we can have the coding standard as plug in to the RAD itself.But i don't know how to do that.

Can someone help me out in this.

[495 byte] By [Akshua] at [2007-11-27 5:52:14]
# 1
Use ant in combination with something like checkstyle.
YoGeea at 2007-7-12 15:42:55 > top of Java-index,Java Essentials,New To Java...
# 2
> Use ant in combination with something like checkstyle.how to use checkstyle in RAD 6.0
Akshua at 2007-7-12 15:42:55 > top of Java-index,Java Essentials,New To Java...
# 3
> how to use checkstyle in RAD 6.0Learn to search! It took me literally 2 seconds to find this: http://eclipse-cs.sourceforge.net/ http://eclipse-cs.sourceforge.net/rad_usage.html
YoGeea at 2007-7-12 15:42:55 > top of Java-index,Java Essentials,New To Java...