After I exluded java file from the build path by right click on the file > build path > Exclude , I want to return back this file to the build path .
The only way I got that was by edit the .classpath
file and omit the required file from the excluding
attribure , and the make refresh .
Any other better way ?
I using Version: Indigo Service Release 2 .