Browse by Tags

All Tags » Blackberry (RSS)

Change Netbean's default JDK

Last week I uninstalled my 1.6 JDK and JRE(both of which are bundled with my netbeans 5.5 installation) because the RIM Blackberry code signing/signature tool(SignatureTool.jar) seems to be having problems when JRE 1.6 is installed. A week later I tried...
Posted by lamia | 3 comment(s)
Filed under: , ,

No matches() method for the String class on Blackberry JDE

I thought it was gonna be easy comparing user input to existing names in my database(List). To my surprise, there was no matches() pattern available for the String class in Blackberry JDE. I this article here but there are just too many things to look...
Posted by lamia | 2 comment(s)
Filed under: , ,

Coding for a device you've never programmed and you've never used before...

I didn't know it was so much fun to program for a device you've never programmed before (LIAR!). It was my first time coding for blackberry and of course using my favorite language, Java. My task in this project was simply to replicate the address...
Posted by lamia | with no comments
Filed under: , ,