HTTP Status 500 - Unable to compile class for JSP: An error occurred at line: 15 in the generated java file Only a type can be imported.
.............
Unable to compile class for JSP: An error occurred at line: 15 in the generated java file Only a type can be imported. org.jfree.chart.ChartFactory resolves to a package An error occurred at line: 16 in the generated java file Only a type can be imported.
................
Month cannot be resolved to a type
满页面全是问题 求解
------最佳解决方案--------------------------------------------------------
明显的是缺少包org.jfree.chart.ChartFactory resolves to a package An error
------其他解决方案--------------------------------------------------------
第15行出现的问题,贴出来~
------其他解决方案--------------------------------------------------------
Month cannot be resolved to a type,这个问题需要改换成调用Date或者Calendar,再得到Month值
------其他解决方案--------------------------------------------------------
改用MYECLIPSE了 谢谢各位达人
------其他解决方案--------------------------------------------------------
null