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
当包含 如下文件时编译报错(jeesite4.1.3)
Error:java: com.sun.tools.javac.code.Symbol$CompletionFailure: class file for com.jeesite.common.config.Global$1 not found
package com.jeesite.modules.fsp.query;
import static com.jeesite.common.config.Global.TRUE;
public class MatchCreditOrderQueryParam {
final String productType = TRUE;
}
tip : 已确定 是import static com.jeesite.common.config.Global.TRUE; 的问题,但不知道原因
The text was updated successfully, but these errors were encountered:
zhuyeqing5828
changed the title
当包含package com.jeesite.modules.fsp.query; 编译失败
当 import static com.jeesite.common.config.Global.TRUE; 导致编译失败
Jun 6, 2019
当包含 如下文件时编译报错(jeesite4.1.3)
Error:java: com.sun.tools.javac.code.Symbol$CompletionFailure: class file for com.jeesite.common.config.Global$1 not found
The text was updated successfully, but these errors were encountered: