美文网首页
JAVA:from the type is not visi

JAVA:from the type is not visi

作者: DADADA开飞机的DATA | 来源:发表于2017-04-06 14:45 被阅读0次

问题描述:

在一个类中声明创建一个来自别的类的实体,没有问题,但当调用她的某个变量或者函数时候,则会报错:“from the type  is not visible”

第一节句的声明没问题,第二局却无法调用

原因:

两个类来自不同的package


解决方式:

http://stackoverflow.com/questions/5821546/java-secondary-not-public-class-usage-produces-error-type-is-not-visible-even

相关文章

网友评论

      本文标题:JAVA:from the type is not visi

      本文链接:https://www.haomeiwen.com/subject/ayhqattx.html