For future reference, please use the code tags.
Here is your problem:


e[i]=Integer.parseInt(args[i]);

You are trying to assign an emp_array to an Integer/int. You should use the constructor...