On Wed, Jan 13, 2010 at 6:01 PM, Samuel Kevin <[email protected]> wrote: > if there any difference on using it based on different operating system? i > run *java rat.report * under windows but only come up with this error > "Exception in thread "main" java.lang.NoClassDefFoundError: rat/report". I > am not familiar with java, do i need to configure something or should i > choose Linux to run RAT ? >
As I mentioned before, you should do : java -jar <path to rat jar> <folder to check> and, alternatively, redirect the output to a file -- Luciano Resende http://people.apache.org/~lresende http://lresende.blogspot.com/
