Abstract Method Error

后端 未结 9 1982
你的背包
你的背包 2020-11-30 10:15

I am working on a project in netbeans that when I launch it using the glassfish 3.1.2.Everything works fine.But when i call the /invite url which is mapped to following meth

9条回答
  •  遥遥无期
    2020-11-30 11:01

    I also had the same issue in my case the problem was i have two .class files with same name in two different jar files.I excluded on of the jar file from pom.xml it started working!

提交回复
热议问题