class - How to make link between LocalApp project to RemoteApp project in standalone maven? -
i created 1 localapp project , 1 remoteapp project. used classes of remoteapp project in localapp project.
i added dependencies group id, artifact, version , scope of remoteapp pom.xml of localapp while executing localapp command prompt, got noclassdeffoundexception
means inherited classes of remoteapp not visible in localapp.
how can localapp find classes remoteapp?
Comments
Post a Comment