Subject: How to use .jar on BlackBerry with USB cable [Print This Page] Author:
amigaman Time: 12-2-2008 07:13 AM Subject: How to use .jar on BlackBerry with USB cable
Warning before follow this tutorial you must understand that only few .jar will work on a blackberry (J2ME), because there are not designed to be used on a blackberry.
3-open jadmaker and drag and drop your .jar file on jadmaker window.
You should have created a .jad in the same directory
4-use rapc to create .cod file
C:\Program Files\Research In Motion\BlackBerry JDE 4.2.1\bin>rapc.exe import="C:
\Program Files\Research In Motion\BlackBerry JDE 4.2.1\lib\net_rim_api.jar" code
name="Platinium" -midlet jad="platinium.jad" platinium.jar
remplace platinium by your application name of course :)
if your application is ok, you should have game.cod in /bin directory
5- upload your .cod on your black berry using javaloader
(Plug your blackberry on your PC)
C:\Program Files\Research In Motion\BlackBerry JDE 4.2.1\bin>javaloader -usb load platinium.cod
Normally at this step you should have the application on your blackberry, so click on his icon to launch it and see if it's work !
6- To delete the application use javaloader again
javaloader -usb erase platinium.cod
I know, it's long to do this and many applications doesn't work but it's the only way.
Alternatively, if you have OS 4.5 (may work on earlier OS but not sure) can copy the jar file to your media card and simply install it from there.Author:
Ruin Time: 2-6-2008 03:18 PM
very helpful. Thank you.Author:
centaur0629 Time: 13-6-2008 05:51 PM
I will tryAuthor:
abhikesbhat Time: 19-6-2008 01:54 PM