Can't access protected member of superclass from same package in different jar

前端 未结 4 974
你的背包
你的背包 2020-12-31 09:05

I\'m having a strange problem that I can\'t figure out that popped up when trying to pluginize my program. An additional problem is that I\'m not able to create a simple tes

4条回答
  •  长发绾君心
    2020-12-31 09:43

    This is permission error, so it depends on the framework you use to run your runtime. Just to clarify this is indeed this, make the parent member public, and then try to run. In case everything is ok, then restore your code, and according to the runtime you use we need to configure the correct security access.

提交回复
热议问题