How to convert jar file to cod file
Goto bin folder of BlackBerry IDE and type following command :
C:\Program Files\Research In Motion\BlackBerry JDE 4.1.0\bin>rapc import="C:\Pro
gram Files\Research In Motion\BlackBerry JDE 4.1.0\lib\net_rim_api.jar" codename
=ProjectName -midlet ProjectName .jad ProjectName .jar
In the bin folder itself we'l get ProjectName.cod file
C:\Program Files\Research In Motion\BlackBerry JDE 4.1.0\bin>rapc import="C:\Pro
gram Files\Research In Motion\BlackBerry JDE 4.1.0\lib\net_rim_api.jar" codename
=ProjectName -midlet ProjectName .jad ProjectName .jar
In the bin folder itself we'l get ProjectName.cod file
Comments
Post a Comment