I hava a Employee class and my main class. But in my netbeans it is saying that

cannot find symbol
symbol:class Employees
location:class Main
Why is this?And what should I do?
Please send me a detail answer.
I will really thankful for all of you.

If your class is "Employee", you need to refer to it exactly as is. You seem to have written "Employees", which will evidently not work.

If that is not the case, post your code.