开发者

access restrictions in eclipse

开发者 https://www.devze.com 2023-01-02 18:46 出处:网络
I have 2 projects(say A and B) inside Rational Software Architect(its similar to eclipse).Now one project A is internally using other B .Now i am getting following errors

I have 2 projects(say A and B) inside Rational Software Architect(its similar to eclipse).Now one project A is internally using other B .Now i am getting following errors

Multiple markers at this line
    - Access restriction: The type Constants is not accessible due to restriction on required project B
    - Access restriction: The field xyz from开发者_如何学Python the type Constants is not accessible due to restriction on required 
     project B
    - Access restriction: The type String is not accessible due to restriction on required library C:\Program Files\XYZ\AB
     \runtimes\base_v61\java\jre\lib\vm.jar

Now how can i suppress these ??


http://help.eclipse.org/help33/index.jsp?topic=/org.eclipse.pde.doc.user/guide/tools/editors/manifest_editor/access_rules.htm

0

精彩评论

暂无评论...
验证码 换一张
取 消