Hi All,
Can i run a background
thread which has no connection with the MIDlet currently running?
let me explain the problem in more detail,
1. i am running a midlet(A) which will has the capability to download another midlet(B).
2. midlet A starts a thread(T1)
3. midlet A downloaded the jad and jar of midlet B and installs it.
4. midlet A launchs the midlet B.
5. midlet B is running now
what will happens to the thread T1 when B is running
will it be still in running state or is it destroyed immediatly after B gets the control?
Thanks in advance
Nidheesh.P