Problem with calling a midlet within another midlet

hello friends, can a create an instance of a midlet within another midlet.i tried to call , but i have got a Security exception. plz comment on this .. regards..
[182 byte] By [Sreeram_MPa] at [2007-11-27 7:58:20]
# 1

"For security reasons, it is assumed that MIDlets within a MIDletSuite are packaged

together for a reason and should be able to interoperate. What's implied here is that the

MIDlets share a name space; in other words, each MIDlet in the MidletSuite can "see" one

another. Because they can see one another, they can launch one another (Class.forName

metaphor).

In contrast, one MIDletSuite cannot launch another MIDletSuite. That's because they do not

share name spaces. Since the CLDC+MIDP does not have a security manager (too big and

complex for small devices), the MIDP expert group felt it more prudent to limit the interaction

of downloaded applications to those that are packaged together by the provider."

extract from Sun

see http://developers.sun.com/mobility/midp/articles/pushreg/ for infos to launch MIDlets...

suparenoa at 2007-7-12 19:40:15 > top of Java-index,Java Mobility Forums,Java ME Technologies...