I have a demo project-named A having a class Class AA. and I have another demo project-named B having a class Class BB.
My question is how can I import ClassBB in class AA??????
I have a demo project-named A having a class Class AA. and I have
Share
What you have to do is to add project A to project B’s build path. Check this thread if you are working with eclipse:
import from another java project in eclipse
right click on project b’s folder in eclipse –> properties –> build path –> projects –> add.