Java Wireless Toolkit:从正在运行的 midlet 导出数据

发布于 2024-08-19 05:07:13 字数 203 浏览 2 评论 0原文

我有一个在 JWT 上运行的 midlet,我想导出应用程序评估的一些数据。到其他一些应用程序,或者只是能够将其获取到命令行,以便我可以将其作为参数发送到其他应用程序。

是否可以将一些数据(返回函数或变量的值)发送到 JWT 之外,或者是否有任何控制台或日志信息用于从中读取相关数据。

由于 midlet 基于某些图形和图形表单字段,因此我无法从命令行运行它。

I have an midlet running on JWT, and i want to export some data evaluated by the app. to some other application, or just able to get it to command line so i can send it as a param to some ather application.

Is it possible to send some data (values of a return function or a variable) to out of JWT, or is there any console or logging info for reaiding related data from.

Since midlet is based on some graphics and graphical form fields, i can not run it from command line.

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

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

发布评论

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

评论(1

°如果伤别离去 2024-08-26 05:07:13

也许使用 FileConnection API 将数据写入文件?有一个可用教程

Maybe write the data to a file using the FileConnection API? There's a tutorial available.

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