Monday, September 23, 2013

How to read file in J2ME using getResourceAsStream

http://stackoverflow.com/questions/7703271/how-to-read-file-in-j2me-using-getresourceasstream

Friday, September 20, 2013

Code SIgning J2ME

The most easy to understand and complete tutorial for J2ME code signing.

http://www.codeproject.com/Articles/85095/How-to-Digitally-Sign-a-J2ME-Midlet

Sunday, July 14, 2013

Res file location

This is somewhat confusing...the res file location must be src.

The code must use the path as-

new StateMachine("/Asha.res");