将 BlackBerry 设备模拟器输出重定向到控制台
我目前正在 Windows XP 上使用 JDE 4.6.1 开发 BlackBerry 应用程序。由于我使用 fledge.exe 直接从控制台运行应用程序,我想知道是否有一个参数用于将应用程序输出(即简单的 system.out.println 调用)重定向到 Windows 提示控制台。现在我只能在调试模式下的 Eclipse 控制台窗口中查看该输出。
I'm currently developing a BlackBerry application using JDE 4.6.1 on Windows XP. Since I'm running the application directly from the console using fledge.exe I would like to know if there is a parameter for redirecting my application output, namely a simple system.out.println call, to the windows prompt console. Right now I'm able to view that output only on the Eclipse console window in Debug mode.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
模拟器仅通过其 JDWP 界面。如果您不想使用 Eclipse,但可以使用轻量级非命令行工具,则可以运行独立的调试服务器 - 您将在下面找到一个
jdwp.bat
文件您的 eclipse\plugins\net.rim.ejde.componentpackX.XXX\bin 目录。可能还有命令行工具可以让您打印 JDWP 信息,但不确定,因为我从未使用过。
The simulator only outputs through its JDWP interface. If you don't want to use Eclipse, but are ok with a lighter-weight non-command-line tool, you can run the standalone debug server - you'll find a
jdwp.bat
file under youreclipse\plugins\net.rim.ejde.componentpackX.X.X.X\bin directory
.There may also be command line tools that let you print JDWP info, not sure as I haven't ever used one.
我不知道如何重定向输出,但您可以考虑使用 BB 事件记录器。您可以使用简单的脚本来提取记录器输出
I don't know of a way to redirect the output, but you might consider using the BB event logger. You can use a simple script to extract the logger output