无法使用 NativeProcessInfo 和其他相关类

发布于 2024-11-16 17:16:04 字数 339 浏览 1 评论 0原文

我有一个 AIR 应用程序,我必须在 Windows 计算机中启动一些本机应用程序。但我面临的问题是,每当我尝试创建 NativeProcess 实例时,我都会收到编译器错误,因为NativeProcess 没有导入到项目中。我尝试 import flash.desktop.*; 即使这样也没有用。我还添加了extendedDesktop 在应用程序描述符文件中。我正在使用带有 Flex 4 SDK 的 FlashBuilder 4

我还需要做什么才能使其工作?

I have an AIR application in which I have to start some native applications in a windows machine.But the problem I am facing is that whenever I try to create a NativeProcess instance,I am getting a compiler error because NativeProcess is not getting imported into the project.I tried import flash.desktop.*; Even then no use.I have also added <supportedProfiles>extendedDesktop</supportedProfiles>
in the application descriptor file.I am using FlashBuilder 4 with Flex 4 SDK

Anything else I need to do to make it work?

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

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

发布评论

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

评论(1

如痴如狂 2024-11-23 17:16:04

弄清楚了。实际上,我错误地认为 FlashBuilder 4 附带了 AIR 2 SDK(NativeProcess 和相关类需要)。因此,我按照此 链接 问题已解决。

Figured it out.Actually,I was under the wrong impression that FlashBuilder 4 ships with AIR 2 SDK(needed for NativeProcess and related classes).So I did a fresh install of AIR 2 SDK by following the steps in this link and the issue was solved.

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