Arnb Sen

Ranch Hand
+ Follow
since Feb 23, 2004
Merit badge: grant badges
For More
Cows and Likes
Cows
Total received
In last 30 days
0
Forums and Threads

Recent posts by Arnb Sen

If N70 supports filesystem access, you might consider logging and writing to the filesystem...
17 years ago
thanks Jim... that is exactly what I thought... Calculator thread should start after the reader threads have started... that gives me better confidence about my understanding ...
17 years ago
thanks Jim... that is exactly what I thought... Calculator thread should start after the reader threads have started... that gives me better confidence about my understanding ...
I am sure there must be some simple answer.. or do I need to re-phrase my question ?
I am sure there must be some simple answer.. or do I need to re-phrase my question ?
17 years ago
any response please ? This was an example from Kathy's certification book. So I am inclined to believe that this is correct but not getting it how ?
17 years ago
any response please ? This was an example from Kathy's certification book. So I am inclined to believe that this is correct but not getting it how ?


Now, in this code, I am a bit confused that how will the reader threads reach the statement .......... c.wait() ?

This is because the Calculator Thread has started and it has got a lock on its own object. So while it is doing the calculations, Reader threads will not be even get the lock on the calculator object


Now, in this code, I am a bit confused that how will the reader threads reach the statement .......... c.wait() ?

This is because the Calculator Thread has started and it has got a lock on its own object. So while it is doing the calculations, Reader threads will not be even get the lock on the calculator object
17 years ago
Hi Nikunj,

Can you mention what is happening when you are trying to run ?

Arnab
18 years ago
Thanks Isha for the solution. So this means you need to add a command to each item of the form. Right ?

Arnab
18 years ago
ok... now I am a bit confused... the original question was how to read the file from the jar...

If we are trying to read from the RMS, then there has to be a mechanism to transfer the file which is the jar to RMS location for future access..

Isn't this correct ?
18 years ago
Hi Adroit,

Did you manage to solve the problem ? You might want to post the code, packaging etc... for solution.

Arnab
18 years ago
Hi Vijay,

google search.. and you will get hundreds of resources for understanding J2ME basics..

if you have specific questions, please post..

Arnab
18 years ago
I think you will have the same problem with CLDC 1.1 if you open few more connections.. or it could be due to implementation of the APIs for that phone..

Arnab
18 years ago