许可、环境变量、jar包都在。但跑 main方法是 OK的,但是建成web项目,一启动就报错:
严重: StandardWrapper.Throwable
java.lang.NoClassDefFoundError: com/supermap/data/Workspace
at com.hndist.tbip.core.supermap.SuperMapObject.initSMiObject(SuperMapObject.java:30)
at com.hndist.tbip.core.TBIPServer.init(TBIPServer.java:135)
at com.hndist.tbip.servlet.TBIPServerWrapper.init(TBIPServerWrapper.java:33)
jar包在项目中,还是相对路径,部署路径下也有jar包。出现了这么问题。。。。