|
遇到一个问题,说这个包不存在,无法解析。。。
2017-06-15 15:42:42 excute stream action, params:{"accept":"application/json","action":"getPortletDataAction","actionFlag":"__action_0__","activity":"textPortletActivity","contentType":"json","executeContext":"","executor":"","parameters":{"count":"3","folderFullID":"public/news","includeChildren":"1","isPic":"1"},"process":"/OA/knowledge/process/knowledgePortlet/knowledgePortletProcess"}
com.justep.exception.BusinessException: 编码: JUSTEP151044; 提示: 编译模块"/OA/knowledge/logic/code"中的类"KMUtils"出错
警告: [options] 未与 -source 1.5 一起设置引导类路径
警告: [options] 源值1.5已过时, 将在未来所有发行版中删除
警告: [options] 目标值1.5已过时, 将在未来所有发行版中删除
警告: [options] 要隐藏有关已过时选项的警告, 请使用 -Xlint:-options。
D:\BeX5_V3.6\model\BIZ\OA\knowledge\logic\code\dsrc\KMUtils.java:13: 错误: 找不到符号
import com.justep.oa.SysUtils;
^
符号: 类 SysUtils
位置: 程序包 com.justep.oa
D:\BeX5_V3.6\model\BIZ\OA\knowledge\logic\code\dsrc\KMUtils.java:119: 错误: 找不到符号
Collection<String> memberFullIDs = SysUtils.getAllPersonMemberFIDs();
^
符号: 变量 SysUtils
位置: 类 KMUtils
D:\BeX5_V3.6\model\BIZ\OA\knowledge\logic\code\dsrc\KMUtils.java:165: 错误: 找不到符号
String psnID = SysUtils.getCurrentPersonID();
^
符号: 变量 SysUtils
位置: 类 KMUtils
D:\BeX5_V3.6\model\BIZ\OA\knowledge\logic\code\dsrc\KMUtils.java:211: 错误: 找不到符号
Collection<String> memberFullIDs = SysUtils
^
符号: 变量 SysUtils
位置: 类 KMUtils
D:\BeX5_V3.6\model\BIZ\OA\knowledge\logic\code\dsrc\KMUtils.java:305: 错误: 找不到符号
Collection<String> memberFullIDs = SysUtils.getAllPersonMemberFIDs();
^
符号: 变量 SysUtils
位置: 类 KMUtils
5 个错误
4 个警告
|
|