Hi,

Im getting the followin error in one project class in my application:

The project was not built since its build path is incomplete. Cannot find the class file for DataControl. Fix the build path then try building this project

DataControl is a class in another project in the same workspace..

Can someone help me out here please.

Recommended Answers

All 3 Replies

You need to fix the build path the include the other project as well, it's not enough that they are in the same workspace. If you are using eclipse, you need to go to the build path (right click on the project, build path -> configure build path) and add the project by pressing "Add" in the Projects tab.

thanks apines that did the trick!!

Glad I could help :) Please mark the thread as solved.

Be a part of the DaniWeb community

We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.