Android 上的 JRE

发布于 2024-07-10 09:06:25 字数 209 浏览 11 评论 0原文

这听起来像是一个愚蠢的问题,但谷歌并没有帮助我。

有适用于 Android 的 JRE 吗? 如果有的话是哪个版本? 是否缺少任何主要功能?

如果不是,这是否意味着所有 Java 应用程序都需要重新编译,Dalvik 才能在 Android 上运行?

更新;是否会有适用于 Android 的 JRE?

This might sound like a stupid question, but google didn't help me.

Is there a JRE available for Android? If so which version is it? Are there any major features missing?

If not does that mean all java apps need to be recompiled for Dalvik to work on the Android?

Update; Will there ever be JRE available for the Android?

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

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

发布评论

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

评论(2

失眠症患者 2024-07-17 09:06:25

不,那里没有。 Google 确实为 Android 创建了一个完全不同的运行时,其中的基类完全不同(尽管兼容),

它使用 Java 作为语言(语法),但不使用 Java 平台。

您可以了解 Android 平台 这里

从该页面:

Android 包含一组核心库,它们提供 Java 编程语言核心库中的大部分可用功能。

请用粗体字阅读“大多数”。

所以,虽然它们看起来很相似,但它们并不相同。

No, there is not. Google did create a completely different runtime for Android, where the base classes are completely different ( albeit compatible )

It uses Java as the language ( syntax ) but not the Java platform.

You can learn about the Android platform here.

From that page:

Android includes a set of core libraries that provides most of the functionality available in the core libraries of the Java programming language.

Read in bold "most".

So, although they look similar, they are not the same.

恰似旧人归 2024-07-17 09:06:25

我发现的最接近的是 http://www.apogee.com/products/cjre-a< /a>

不幸的是,正如该页面所述:

请注意,Apogee 暂时停止了 CJREs+A 的进一步开发
2012年6月,由于需求不足。 请,
如果您对针对某个特定领域的 CJRE+A 感兴趣,请联系 Apogee
您选择的 Android 运行设备“批量”分发到
您的客户和/或其他第三方。

...并且找不到下载/演示。

摘自他们的产品页面 http://www.apogee.com/products 听起来确实像这样拥有这些是一件很棒的事情:

CJRE+A - “CJRE for Android”适用于运行
Android v4.x或更高版本,需要执行Java SE 5和SE 6
除了执行 Android 应用程序之外,还可以执行应用程序。

我们仍然可以梦想。 我还没有联系过他们。 据我所知,许多公司正在寻找此功能。 我无法想象它会缩小得太快(或者说比闪存慢)?

我还没有联系 Apogee,也许值得一试...如果有人找到解决方案,请随时通知我们! 谢谢。

The closest I've found is http://www.apogee.com/products/cjre-a

Unfortunately as stated on that page:

Note that Apogee temporarily suspended further development of CJREs+A
in June, 2012, because of insufficient demand for them. Please,
contact Apogee if you are interested in a CJRE+A targeted at a an
Android-running device of your choice for "volume" distribution to
your customers and/or other third parties.

...and a download/demo is nowhere to be found.

Taken from their products page http://www.apogee.com/products it does sound like it would have been a great thing to have:

CJRE+A - The “CJRE for Android” is suitable for devices running
Android v4.x or higher, which need to execute the Java SE 5 and SE 6
applications in addition to executing the Android applications.

We can still dream. I have not contacted them. I am aware of many companies that are looking for this functionality. I can't imagine it will dwindle all too fast (or let's say slower than flash)?

I have not reached out to Apogee, might be worth a try...If anyone ever finds a solution, please keep us updated! Thanks.

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