tags:

views:

13

answers:

1

I am trying to install an application onto my device..I have compiled the application using JDK 4.5.0 and also signed it with RIM signing keys...But i am unable to install my application onto my device(8900) through desktop manager..It keeps on showing "application is not compatible with your device and cannot be loaded"... Since i have compiled my application in JDK 4.5, it must be compatible with all devices having OS > 4.5.0...Any pointers to what might be going wrong??? Is there any version miss match??

+1  A: 

Use javaloader.exe - it's much easier (it's in the bin directory of the JDE).

Marc Novakowski