이클립스에서 프로젝트 생성 후
Implicit super constructor Object() is undefined for default constructor.
Must define an explicit constructor 에러 발생, 자바 설정이 제대로 되지 않아서 발생하는 에러라고 한다.
프로젝트 우클릭 > properties 클릭
Java Builde Path 클릭 > Libraries 클릭
JRE System Library 클릭 > Remove 클릭
JRE System Library가 사라진 후 Classpath 클릭 시 우측에 Add Library가 활성화 된다 > 클릭
JRE System Library 선택 후 > Next 클릭
에러 해결