Load cod file to BlackBerry using JavaLoader

Sep 5, 2010 by

It is simple to load a BlackBerry application packaged as cod file to your device using JavaLoader.exe. With JavaLoader, you do not have to install the desktop manager if you just want to have an ability to quickly load applications to your blackberry

  1. Connect your BlackBerry to your computer through USB
  2. Open command prompt and navigate to the location of JavaLoader.exe
  3. Run “JavaLoader.exe -u=USB load path_to_your_cod_file” command and you should be all set

It is easier if you have the JavaLoader and the COD files in the same dir because then the command is simply

JavaLoader.exe -u=USB load path_to_your_cod_file

UPDATE: The JavaLoader command will not work if you don’t have the BlackBerry desktop manager installed. You will get an error that the port can not be open.

Related posts:

  1. BlackBerry development with Eclipse plugin – fixing corrupted *.jdp file
  2. New England BlackBerry Developer Meetup group – first meetup notes
  3. BlackBerry Eclipse plugin 1.1 will fix some of the annoying problems

  • army_one17

    Thanks i had a problem with my blackberry and i tried load the .cod file with crackutil all time getting “could not run javaloader.exe-file not exist” this command save my life, i appreciate so much.