J2ME 和 J2ME 波兰语有什么区别

发布于 2024-09-08 15:35:43 字数 50 浏览 1 评论 0原文

我做了 j2me 程序...现在我需要转换为 j2me Polish...该怎么做..

I did j2me program...now i need convert to j2me polish...how to do it..

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(2

入画浅相思 2024-09-15 15:35:43

正如 Graham 所说,J2ME Polish 不是一项新技术,而是一个用于简化跨各种设备的 J2ME 应用程序开发的框架。要使用 Polish,您必须将他们的 JAR 包含到您的构建路径中,熟悉他们的 ANT 构建脚本并基本上完成文档。这需要一些时间,但如果您尝试针对不同的设备进行开发,这绝对是值得的。 Polish 提供了一组丰富的 UI 扩展、源代码预处理、本地化等等。通过利用他们的设备数据库,您可以避免已知的设备错误并为每个设备单独构建应用程序。

花点时间阅读文档
从安装到应用程序构建的所有内容都在那里进行了解释。

As Graham already stated J2ME Polish is not a new technology but rather a framework to simplify the development of J2ME applications across a broad range of devices. To use Polish you have to include their JARs into your buildpath, familiarize with their ANT build scripts and basically work through the documentation. It takes some time, but it's definitely worth it if you try to develop for different devices. Polish delivers a rich set of UI extensions, preprocessing of your source, localization and so much more. By taking advantage of their device database you can avoid known device bugs and build your application individually for each device.

Take the time to read the documentation.
Everything from installation to application build is explained there.

错々过的事 2024-09-15 15:35:43

不要使用 J2Mepolish。它会导致很多问题。如果您使用 j2mepolish,那么您的应用程序将在单一类型的设备上运行。如果不使用 j2mepolish,您的应用程序将在不止一种类型的设备上运行。

如果您想使用任何框架方式,那么您可以使用“LWUIT”。它非常适合J2ME

J2ME 和 LWUIT 都是 Sun (Oracle) 产品。

Dont use J2Mepolish.It causes many problem.If you use j2mepolish then your application become working in a single type of device.Without using j2mepolish your application is working more than 1 type of devices.

If you want to use any framework means then you use "LWUIT".It is well suited to J2ME .

Both J2ME and LWUIT are Sun's (Oracle) product.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文