I have two projects in netbeans A and B. I want to access classes from A Project to B Project A. So I'm going to Properties-> libraries-> Add Project and add the B project to dependency of A project .
Is there a way to access classes from B project to A project without getting "can't add cyclic references" error?
Thanks.