开发者

Blackberry dev - Question about jre 1.5

I THINK I know the answer to this, but can't find any plain English to confirm it.

I am currently porting an Android app to blackberry. I've gotten over most problems, but ArrayLists are the one I'm stuck on, since they were only introduced in 1.5 .

Can anyone tell me if it is possible to develop for newer blackberry device开发者_运维知识库s, while having java compliance set to 1.5?

I'm thinking that J2ME is the deciding factor with blackberry. So if that only supports 1.3, then EVERY app made for blackberry must be written in eclipse with a compliance level of 1.3 set, and any newer blackberrys would be the same, and therefore ArrayLists are impossible.

Can someone confirm this for me?

Thanks.

PS Would it be possible to create my own ArrayList class, with the angle brackets < > as well?


You have to use Java 1.4 compliance for BlackBerry because they use J2ME.

Use Vector for your dynamic list. You can't use Generics<>.

0

上一篇:

下一篇:

精彩评论

暂无评论...
验证码 换一张
取 消

最新问答

问答排行榜