|
Two possibilities -
02-11-2008, 11:47 PM
1 You J2ME VM does not has JSR 75 support, MTextReader needs JSR 75 to access local data(for text files)
2 You disabled local access for unauthorised J2ME app, default is everytime J2ME app access your local data, you will be prompted and you can choose accpet or refuse, however, you can set it as always disabled without asking
|