Posted By:
Lucksman_Potadar
Posted On:
Friday, June 22, 2007 02:39 AM
In my eclipse editor, I am not able access the methods of my application class after placing(.) but i can access the methods of the java class methods which are imported.
for example :
thread.
I will get all methods list checkAccess();
destroy();
equals(object obj);
etc
but if type myappl.
I dont get even single method which are declared as public and eclipse enters in busy or not Responding mode.