ограничения доступа в затмении - PullRequest
5 голосов
/ 07 июня 2010

У меня есть 2 проекта (скажем, A и B) внутри Rational Software Architect (аналогично затмению). Теперь один проект A внутренне использует другой B. Теперь я получаю следующие ошибки

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 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

как я могу подавить это ??

1 Ответ

Добро пожаловать на сайт PullRequest, где вы можете задавать вопросы и получать ответы от других членов сообщества.
...