只能导入一种类型。 package.ClassName解析为包

时间:2017-07-14 21:59:32

标签: java eclipse jsp tomcat

我在Eclipse Neon.3中编写了一个动态Web项目。所以当我在我的电脑上从localhost测试时,一切都运行得很好但是当我将它导出到projectName.war并将其部署在我的托管服务器上时我得到了:

HTTP Status 500 – Internal Server Error"

org.apache.jasper.JasperException: Unable to compile class for JSP:

用于所有jsp个文件中的所有导入类。

<%@ page language="java" contentType="text/html; charset=UTF-8" pageEncoding="UTF-8"
    import="classes.User, classes.LogWriter, classes.Students, classes.Information" %>

来自index.jsp。这里也给出head.Login.checkLogin()的错误:

head.Login cannot be resolved to a type.

1 个答案:

答案 0 :(得分:0)

重新安装Tomcat和Java已经完成了这项工作。