将 BlackBerry 设备模拟器输出重定向到控制台

发布于 2024-09-13 04:39:41 字数 187 浏览 4 评论 0原文

我目前正在 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 技术交流群。

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

发布评论

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

评论(2

海未深 2024-09-20 04:39:41

模拟器仅通过其 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 your eclipse\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.

时光倒影 2024-09-20 04:39:41

我不知道如何重定向输出,但您可以考虑使用 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

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