Target Unreachable, identifier resolved to null

前端 未结 4 537
走了就别回头了
走了就别回头了 2021-01-21 03:49

I\'m trying to run j2EE project on external server. Project was made in NetBeans (6.7.1) and when I run it from there, everything\'s going fine (I run it on GlassFish v3 server)

4条回答
  •  Happy的楠姐
    2021-01-21 04:34

    Please you check your war file and see if your classes are under WEB-INF/classes folder. I ran into the same problem and found out there are no class files WEB-INF/classes folder.

提交回复
热议问题