I have two blackberry handhelds. One is 8703e and the other one is Blackberry Pearl. I have developed an application which can run in Blackberry Pearl but not 8703e. It gives me an error " Error starting MyProgram: Symbol '.in' not found ".
I have checked versions of the two blackberry. Pearl had 4.2 and 8703e has 4.1. I guess the problem is not about the version because even the samplest 'hello world' would not work in 8703e. Could anyone give me a hint of what the problem could be?
I have two blackberry handhelds. One is 8703e and the other one is Blackberry Pearl. I have developed an application which can run in Blackberry Pearl but not 8703e. It gives me an error " Error starting MyProgram: Symbol '.in' not found ".
I have checked versions of the two blackberry. Pearl had 4.2 and 8703e has 4.1. I guess the problem is not about the version because even the samplest 'hello world' would not work in 8703e. Could anyone give me a hint of what the problem could be?
Thanks ahead.
Which IDE are you using? You can't use 4.2 IDE with 4.1 OS.
Which IDE are you using? You can't use 4.2 IDE with 4.1 OS.
I am using JDE 4.2.1. But before I switch back to JDE 4.1, I am wondering how come even the sample ' Hello world' program would not even start. Thank you.
This isn't really an answer, just a theory: all COD files produced using the 4.2.1 JDE have a greater number of bytes than when the same Java code is built using an older JDE (at least that's the case for me). My guess is that the older platforms don't recognize the extra bytes and try to interpret it as byte code and gets confused.