The easiest way would be to use the External Process Facility under Tools -> External Processes. Unfortunately, we do not have any descent documentation for it yet ( expected at http://drjava.org/docs/user/ch11.html ).
In essence, you should be able to do something like this:
The easiest way would be to use the External Process Facility under Tools -> External Processes. Unfortunately, we do not have any descent documentation for it yet ( expected at http://drjava.org/docs/user/ch11.html ).
In essence, you should be able to do something like this:
java com.puppycrawl.tools.checkstyle.Main ${drjava.all.files;sep=" ";rel="${project.root}"}
You probably have to specify the classpath to make sure that Checkstyle is on it.