hey all...
I am a newbie in java and looking for how to list .java files in a given directory ( it should also include subdirectories ) and number of lines in that java files also should be listed. like that:
in c:\temp
tempp.java 22 line
helloo.java 7 line
etc.
