tags:

views:

21

answers:

1

Hi, I'm working on blackberry device. want to save the server url in jad file and read this URL programtically in my application. how do i do this in blackberry

+1  A: 

You're going to want to check out CodeModuleGroup. Here's the JavaDocs on it:

CodeModuleGroup Documentation

Also, here's a link from the BlackBerry forums on reading attributes from the JAD.

How To - Programmatically read the attributes of a JAD file

Fostah