Continue working on J2ME Java Mobile application
I am trying to see whether Netbean or Eclipse gives me better Java development experience.In the meantime, continue messing with reading text file:
- Here an article about Read text file with J2ME but not working on my Nokia 5300. (ACtually I didn't find it working at all). But at least I know that my phone support FileConnection. So there is hope.
- Even more on reading input stream.
- Some tried FileConnection and got an error.
I was frustrated by why the hell the text file reading not working, and then I read this and so right click on my project on NetBean, Under the property screen, I choose [Build][Signing], check the "sigh Distribution" checkbox, and have it signed. Now I don't
have the "do you trust" blah thing bitching me on the emulator, but let me check to see if it also does the same to my mobile phone.
Shit, I got "certificate not on the phone or SIM"
And I have to rely to rely on Goggle cache to get to info about how to sign and Java Midlet.
info of : FileSystemRegistry
More about the File access API.
Getting Started with the FileConnection APIs
Eclipse ME info
Sigh... maybe writing an app that reads text file is such a ... dream.

0 Comments:
Post a Comment
<< Home