Java error: Implicit super constructor is undefined for default constructor

前端 未结 10 1175
借酒劲吻你
借酒劲吻你 2020-11-22 10:28

I have a some simple Java code that looks similar to this in its structure:

abstract public class BaseClass {
    String someString;
    public BaseClass(Str         


        
10条回答
  •  南方客
    南方客 (楼主)
    2020-11-22 11:17

    I have resolved above problem as follows:

    1. Click on Project.
    2. click on properties > Java Build Path > Library > JRE System Library > Edit
    3. Select default system JRE And Finish
    4. Apply and close.

提交回复
热议问题