Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我正在尝试将 JVM 移植到基于 linux-arm 的机顶盒,该机顶盒可以运行 midlet,即它应该基于 MIDP 配置文件。我已经尝试过 phoneMe 功能,但失败了。有没有更好的移植解决方案?我需要你的帮助,非常感谢。
您可能可以将JavaSE 用于嵌入式并将其与microemu结合以获得 MIDP 环境。
另请查看Jalimo,它可能会提供替代方案。