I am using eclipse and i get this error--I think it's an error with the way i imported becker.robots

后端 未结 4 1949
刺人心
刺人心 2021-01-29 12:43

I am using eclipse and i get this error:

Exception in thread \"main\" java.lang.Error: Unresolved compilation problem:     at Wall.main(Wall.java:6)
4条回答
  •  予麋鹿
    予麋鹿 (楼主)
    2021-01-29 13:13

    Just create a new file and copy/paste the code there after removing the first unused import. I suspect that there may be some special characters causing that compilation error.

提交回复
热议问题