java.lang.RuntimeException: Uncompilable source code - what can cause this?

后端 未结 15 2045
梦谈多话
梦谈多话 2020-11-22 16:30

This error is just bizarre, my code compiles fine, I can see there are no problems with it, yet this error has just popped up. I have tried re-starting NetBeans and there is

15条回答
  •  悲哀的现实
    2020-11-22 17:16

    Organize your code as a maven module. Once done run the command from terminal
    $mvn installl
    to check if your code builds fine.
    Finally import the project in netbeans or eclipse as maven project.

提交回复
热议问题