Uncompilable source code - Erroneous sym type:

前端 未结 7 1799
半阙折子戏
半阙折子戏 2020-12-06 02:20

There was error occurred in Line 14.

Exception in thread \"main\" java.lang.RuntimeException: Uncompilable source code - Erroneous sym type:

7条回答
  •  执笔经年
    2020-12-06 02:38

    The code you provided runs fine on my computer.

    I'm guessing you are using Netbeans and may be affected by a bug. Try this:

    Open the project properties, select the Build-Compiling, uncheck "Compile on save" and rerun the application. This will make sure all your source code becomes recompiled before running it.

    Link: https://forums.netbeans.org/topic43241.html

提交回复
热议问题