How to know the No. of java files in my workspace in Eclipse?
count, eclipse, java
Solution
Press Ctrl+Shift+r to show the resources. Then enter `*.java` and mark all items of the list (Ctrl+a). The list will give you a summary how many resources it has found.
Problem
I have a java project with a lot java files. So, I want to know the number of `.java` files in my project in Eclipse. How to know that?