Eclipse Content is not allowed in prolog

前端 未结 14 1752
抹茶落季
抹茶落季 2021-01-07 22:32

I\'m having trouble opening my main in my eclipse project. It keeps coming up with:

\"content is not allowed in prolog\"

I haven\'t altered my code or anythi

相关标签:
14条回答
  • 2021-01-07 23:23

    I also had the same error.Check your Xml files.There may be syntax error in xml files.

    0 讨论(0)
  • 2021-01-07 23:23

    Having incorrect encoding information might cause this.

    <?xml version="1.0" encoding="utf-16"?>
    

    at the top of an ascii or utf-8 encoded file for example.

    0 讨论(0)
提交回复
热议问题