Indirectly referenced from required .class file

前端 未结 5 1055
无人共我
无人共我 2020-12-14 14:25

I\'m getting an error message when I try to build my project in eclipse:

The type weblogic.utils.expressions.ExpressionMap cannot be resolved. It is indirectly

5条回答
  •  北海茫月
    2020-12-14 15:15

    I was getting this error:

    The type com.ibm.portal.state.exceptions.StateException cannot be resolved. It is indirectly referenced from required .class files

    Doing the following fixed it for me:

    Properties -> Java build path -> Libraries -> Server Library[wps.base.v61]unbound -> Websphere Portal v6.1 on WAS 7 -> Finish -> OK

提交回复
热议问题