
January 25th, 2004, 02:25 AM
|
|
Junior Member
|
|
Join Date: Jan 2004
Posts: 1
Time spent in forums: < 1 sec
Reputation Power: 0
|
|
|
j2me help with loops/conditions
I feel extremely stupid.
I've beens messing with j2me lately, and i can NOT get a loop/condition to work. it compiles, i put it in a jar/jad, but when i go to install it on my i730, it tells me verification failed.
I need to create a thread that doesn't end until i tell it to, so i am trying to use a while loop in the new thread (not hte main one) and the java app wont verify. I am going crazy!
I got around the condition statements (if/switch) but creating a array with what the values should be, and if they arn't .. wha tht edefault value should be.. not the best solution, but it worked.
What the hell am i doing wrong that i can't use loops or condition statements? I need to create a while loop in my new thread so the thread doesn't end until i am ready for it to end.
Thanks in advance!!
|