| Author |
Illegal state exception
|
Kurinchikumaran Thavarajah
Greenhorn
Joined: Dec 06, 2004
Posts: 13
|
|
I developed an application to access web services from the j2me platform. Although it works well with sun's wireless tool kit, when I run it with nokia 3650 phone, it throws Application error, Illegal state exception. I couldn't find the reason for this problem. Here I have implemented Runnable interface in the MIDLet class. And I call the HttpConnection with the new thread otherthan the main thread to prevent deadlocks. If any body helps me, it will be helpful for me to carry on my implementation.
|
 |
Tomas Conway
Ranch Hand
Joined: Nov 02, 2004
Posts: 45
|
|
|
If you post your code (use the CODE button) it might help people to understand where the problem is.
|
 |
 |
|
|
subject: Illegal state exception
|
|
|