Java Wireless Toolkit:从正在运行的 midlet 导出数据
我有一个在 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 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
也许使用 FileConnection API 将数据写入文件?有一个可用教程。
Maybe write the data to a file using the FileConnection API? There's a tutorial available.