简体   繁体   English

黑莓上有用于Java编程的IDE吗?

[英]Is there an IDE for java programming on a blackberry?

How can I do my java programming on a Blackberry? 我如何在Blackberry上进行Java编程? I am not looking for Blackberry app development. 我不是在寻找Blackberry应用程序开发。 I am looking for a way to work on a java webapp project while not at my PC. 我正在寻找一种不在我的PC上处理Java webapp项目的方法。 Ideally, I would like to be able to connect to a server on my desktop, download some Java code from an existing project... edit it, and send it back to the server to compile. 理想情况下,我希望能够连接到台式机上的服务器,从现有项目中下载一些Java代码...对其进行编辑,然后将其发送回服务器进行编译。

I do not know of any java sdk for the blackberry platform, yet. 我还不知道用于黑莓平台的任何Java SDK。 But there is one for android platform developed by Hans Kratz and his team. 但是,Hans Kratz和他的团队为Android平台开发了一个平台。 http://echo.com.ng/2013/programming-with-your-smartphone/ http://echo.com.ng/2013/programming-with-your-smartphone/

The right question to ask yourself would be more like 'Is there a Java SDK for Blackberry'. 问自己的正确问题更像是“是否有用于Blackberry的Java SDK”。 So far there is no such SDK by Sun and I don't think that there is any usable one. 到目前为止,Sun还没有这样的SDK,我认为没有可用的SDK。 I guess your best shot would be to try some remote desktop application for Blackberry, but then it would still be very inconvenient to use, because desktop UIs are not designed to be used on a handheld device. 我猜您最好的选择是尝试一些用于Blackberry的远程桌面应用程序,但是那样使用起来仍然很不方便,因为桌面UI并非设计用于手持设备。

Note: I know that Eclipse features its own compiler and could be used for simple tasks running only on JRE, but it is more of an exception than the rule when it comes to java IDEs. 注意:我知道Eclipse具有自己的编译器,并且可以用于仅在JRE上运行的简单任务,但是与Java IDE相比,它更像是例外。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM