Unable to compile class for JSP:cartBean cannot be

发布时间:2021-03-07 20:46:47

Unable to pile class for JSP:cartBean cannot be resolved to a typeException reportmessage description The server encountered an internal error () that prevented it from fulfilling this request.exce

网友回答

你检查下你的类是不是放在了/webapps/工程名/WEB-INF/classes/包名下,我也出现了你一样的错误,但是把java文件打包后就可以了.在你的Java文件开头加上package 包名吧.
以上问题属网友观点,不代表本站立场,仅供参考!