Monday, May 25, 2009

How To : Create the single ".ALX" file from the multiple ".ALX" files

How To <files >
file1.cod
file2.cod
file3.cod
</files>

The above code is used to add more files into the project.

If you want to import more applications using single .alx file, then you need to include separate application tag for each and every individual application/project you need to import.

For example :

<application id="myApp"><name ></name><description > myApp </description><version >1.0</version><vendor >Research In Motion Limited</vendor><copyright >Copyright (c) 2009 Research In Motion Limited</copyright><fileset Java="1.38"><directory ></directory><files > myApp.cod</files></fileset></application>

You need to add a new <application> tag entry for each of the applications you need to import.

1 comment:

  1. Hi,

    How to add application icon to our own application in Blackberry JRE 5.0.0

    ReplyDelete

Place your comments here...