convert jar to cod
a) Download and install the RIM JDE( Java Development Environment)
This software requires the sun Java SDK, so
b) Download and install the Sun Java SDK.
MAKE SURE YOU GET THE SDK! *NOT* THE JRE!
Once both are installed, download the midlets you wish to put on your blackberry. Midlets are BOTH a .jar and .JAD file.
c) For ease of use, move the JAD and JAR files for each midlet you want to convert to the BIN directory in the RIM Java Development Environment directory on your hard drive, for example:
c:\program files\Research in Motion\Blackberry JDE 4.2\bin\
Using RAPC.exe in DOS, convert the midlet to a COD as follows, all on one line (might be easier to make a .bat file out of this)
d) rapc import="c:\Program Files\Research in Motion\Blackberry JDE 4.2\lib\net_rim_api.jar" codename=virca -midlet jad=Virca.jad Virca.jar
---------------------------------
jad only support download cod that install your bb via ota, but it dont convert to cod.
|