well I have this
import com.MyUniqueNameHere.Objec
And although this can now be seen, I get the error squiggle and the error message:
The import com.MyUniqueNameHere cannot be resolved. I am confused because, take my Main method for example, If I do not enter the import and type:
ObjectFactory o1 = new ObjectFactory();
I get a recommendation to import com.MyUniqueNameHere.Objec
So it is definately apparent that it is visible, yet I still get the red error line on the import. I have tried, rebuild, refresh, change perspective etc...
Any ideas?
Andrew
Main Topics
Browse All Topics





by: objectsPosted on 2008-12-21 at 15:05:59ID: 23223601
you've already done whats needed, you should be able to import and use them in your classes now