Importing to eclipse
Hi,
If i try to import "org.opendaylight.l2switch...." or "org.opendaylight.controller...." or "org.slf4j....." into my "app-impl --> appProvider.java" file in Eclipse, it is not able to recognize and asks me to create a new class in the package "org.opendaylight" . But, I do have l2switch and controller already built and ready for the application.
How do I resolve this ?
Thanks in advance.