my file wont compile i keep getting a message saying:
"Cannot make a static reference to the non-static field employeeList" in the main method at //HERE.
What am i doing wrong?
Should the LinkedList data be String or Employee??
public class TrainingCourses {
/* this is the list of employees
* */
private LinkedList<Employee> employeeList;