【发布时间】:2016-09-08 06:24:17
【问题描述】:
我有一个文件 jsp。用tomcat7运行文件jsp时出现问题
An error occurred at line: 11 in the jsp file: /topics.jsp
n cannot be resolved
8: PropertiesConfiguration keywords = new PropertiesConfiguration();
9: keywords.setDelimiterParsingDisabled(true);
10: keywords.setEncoding("UTF8");
11: keywords.setPath(n.props("crawler_config_file"));
12: keywords.load();
13: keywords.setReloadingStrategy(new FileChangedReloadingStrategy());
14: String id = request.getParameter("id") == null ? "" : request.getParameter("id");
【问题讨论】: