I am developing an application in eclipse 3.0 environment, I used to do lot of coding like importing packages and if, else loops.
When I type import
java. then it has to show the packages available and whenever I put a dot(.) after any object it has to show the objects available for the dot(.) operator, But my elipse is showing error message like "This compilation
unit is not on the build path of a java project". When I right click the project and see properties it is not yet all showing Java Build Path at all, My project is connected with CVS Server for check in and check out.
Any body help me on this,
prakash