03-31-2012 02:50 PM
Hey all, would like to load one of my basic apps onto my phone. Have ran it in the eclipse simulator already and works well. I know there are copious posts describing how to do this but I cannot get it to work :s, I have tried using the javaloader.exe but it returns that i cannot open the file, i tried with desktop manager but the import always fails, and I've tried in eclipse with the load project on device command but it says the device cannot be detected. I'd really appreciate help with this, if you need details on my phone, eclipse etc, feel free to request or if someone has a foolproof method to sugggest that'd be great!
Solved! Go to Solution.
03-31-2012 11:56 PM
The command for loading a file onto a phone is
javaloader -u load filename.cod
Also, make sure that you have first signed the .cod file
04-01-2012 12:23 AM
Yes, I've signed it, can an app be tested on the device from within eclipse? I mean, eclipse has the option to test on device, when I have tried to do that though it has failed. I'm trying to troubleshoot my mistakes. Could it be an incompatible version of eclipse or bb plugin for eclipse, I wish there were more resources or tutorials for BB phone application development. I'll take a look on YouTube, search Google more extensively, etc.
04-01-2012 01:57 AM
04-01-2012 09:55 AM
04-01-2012 09:56 PM
What device are you trying to connect? What level of JDE are you using?
04-01-2012 10:04 PM - edited 04-01-2012 10:28 PM
I investigated the issue, i have the cant find WIN32 and usb issue associated with using a 64 bit version, as I believe only 32 would work in this situation. I found a past link: http://supportforums.blackberry.com/t5/Java-Develo
I suspect the problem has persisted in the updates to both eclipse and the JDE. Any suggestions on which versions of each are definitely compatible? I'll just look into it and make some changes.