The Type of is erroneous error in netbeans

前端 未结 9 1730
梦如初夏
梦如初夏 2021-01-11 11:26

I have defined two classes for a java program I am writing, call them Class1 and Class2. In the body of the constructor for Class1, I call the constructor for class 2. Howev

9条回答
  •  日久生厌
    2021-01-11 12:01

    I got the same issue and fixed using the excepted answer, as I'm using windows 10 so here is the cache folder location:

    C:\Users\USER_NAME\AppData\Local\NetBeans\Cache\8.1

    AppData is a hidden folder.

提交回复
热议问题