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.
我手头有这个特殊的问题。我有新开发的 J2Me App Midlet,现在我想把这个 App 从我的网站下载给用户。我想在用户单击链接下载它时以编程方式构建应用程序,因为有一组可变数据,我想根据用户配置文件在 J2Me App 内硬编码。我无法让 J2Me 应用程序集准备好下载,因为这将是一项艰巨的任务。
谁能告诉我这是如何实现的?
该网站是基于 ASP 的网站。
您为什么不使用 jad 文件属性并在用户下载应用程序时生成 JAD 文件属性,而不是硬编码类文件中的数据。在 MIDlet 中,您可以使用 MIDlet.getAppProperty() 方法引用该属性来读取该 JAD 属性。
希望这可以帮助