You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Aug 20, 2019. It is now read-only.
具体文件路径为:com.jfinal.ext.kit.ClassSearcher 中的第87行。
String className = fileName.substring(start + open.length(), end).trim().replaceAll(File.separator, ".");
报错如下:
严重: Exception starting filter jfinal
java.util.regex.PatternSyntaxException: Unexpected internal error near index 1
^
处理方法是将改行的replaceAll 改为replace 。
运行环境为windows 7 ,jdk 为1.7