Unable to fix this error............Help needed

Hi ,

I have been trying to call startApp() method of a midlet from other startApp() method, but i am getting this error......... I don know how to clarify this..............

Error: non-static method startApp() cannot be referenced from a static context

Pls clarify me..........

Thanks in Advance,

Hithayath.

[344 byte] By [Hithayatha] at [2007-11-27 1:45:11]
# 1
There is nothing to clarify: the message sais it all. You're calling startApp() as a static method, but it is not a static method.
deepspacea at 2007-7-12 1:05:14 > top of Java-index,Java Mobility Forums,Java ME Technologies...