(急)请教有关Sun Java Studio与Tomcat的问题:Sun Java Studio 和 tomcat server 分别install 和 configuration 以后,integrate它们时出现的问题。用最简单的JSP file, 甚至是提供的template, compile 都会有error.
Error: Cannot find the jasper file.
可是出来的不是.jsp file 么?Why cannot compile ah?
估计是compiler的问题?请教大侠,这是什么问题?应该怎么解决阿?
我做IA就卡在这里了,时间浪费好多了,往下没法进行。
谢谢啦!^_*
jsp files are converted into java files, then compile...
better check your classpath. If even the provided sample files got compilation error, then maybe your classpath is invalid, or some required jar files are not at the correct place.