There are two packages client and infra. Infra is built using jdk11 where as client in built using jdk8. The client is importing a nmc dictionary class which is present in infra. But the following error occurs. Failed to execute goal org.apache.maven.plugins:maven-compiler-plugin:2.1:compile (default-compile) on project nms8770-client: Compilation failure [ERROR] \Repository\8770_java\8770-appl\client\infra\src\main\java\com\alcatel_lucent\nms8770\appl\client\infra\main\MainFrame\AppAction.java:[45,44] error: cannot access NmcDictionary [ERROR] -> [Help 1]
Tried building the complete project as well as individual build of client. The error specified occurs. The NmcDictionary which the client Mainframe class is trying to access is present in Infra which was built in jdk11 with third part glassfish CORBA library.