问题描述
我刚刚开始自学Java编码,希望构建一些Blackberry应用程序.
I'm just beginning to teach myself Java coding, in hopes of building a few blackberry apps.
我认为我应该:
- 学习基础知识.
- 购买黑莓应用程序构建书-学习技巧
- 需要的软件-这是我的问题开始的地方...
我是否将Eclipse用作IDE? Java API呢?记住,我是一个完整的新手,所以我的行话可能有点...好吧...错了.但是,我认为这两个调味品是初步步骤,不是吗?
Do I use Eclipse as the IDE? What about the Java API? Remember, I'm a complete newb, so my jargon may be somewhat...well...wrong. But, I think these two peices are initial steps, no?
最重要的是,我是否还要尝试在Macbook Pro上进行编码?还是我应该坚持与IBM兼容,并从那里学习?
And most importantly, should I even be trying to code on my Macbook Pro? Or should I stick to my IBM compatibable, and learn from there?
感谢您的帮助!
推荐答案
Blackberry Development on Mac OS X 用于OS X的新的eclipse blackberry插件没有模拟器,因此,如果要进行调试,则需要连接实际的blackberry(或从Windows vm运行模拟器).
Blackberry Development on Mac OS XThe new eclipse blackberry plugin for OS X does not have a simulator so if you want ot debug you will need to hook up an actual blackberry(or run the simulator from a windows vm).
Blackberry使用Java ME和一些rim类(net.rim命名空间).文档在此处 http://www.blackberry.com/developers/docs/6.0.0api/index.html 请注意,仅因为存在与常规(java SE)类同名的类并不意味着它具有所有相同的功能.
Blackberry uses Java ME and some rim classes(net.rim namespace).Documentation is here http://www.blackberry.com/developers/docs/6.0.0api/index.htmlNote that just because a class with the same name as a regular(java SE) class is there does not mean it has all of the same functionality.
您为什么还要专门为黑莓手机开发?
Also why do you want to develop for the blackberry specifically?
这篇关于Java Beginner-Macbook Pro上的编码(Blackberry App构建)的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!