Flare prefuse 依赖关系图错误

发布于 2024-12-14 00:09:10 字数 261 浏览 1 评论 0原文

我正在使用 Flash Builder 4 显示依赖关系图。 源代码位于此位置 - 依赖关系图示例应用程序< /a> 我收到错误 -

在源路径中找到的文件必须具有与定义的包“flare.apps”相同的包结构“”。

我已经导入了App.as 有人可以帮忙吗?

I am using Flash Builder 4 to display a dependency graph.
The source code is in this location - dependency graph sample application
I get the error -

A file found in a source-path must have the same package structure '', as the definition's package, 'flare.apps'.

I have imported App.as
Can anyone help?

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

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

发布评论

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

评论(1

你的背包 2024-12-21 00:09:10

文件 /src/com/example/Foo.as 应以 package com.example 开头并定义 Foo 类。这是 Flash Builder 所需的常见 OO 设置。

在项目的 /src 文件夹中重新创建 flare/apps/App.as 目录结构,一切就完成了。

The file /src/com/example/Foo.as should begin with package com.example and define the Foo class. This is a common OO setup that Flash Builder requires.

Recreate the flare/apps/App.as directory structure in your project's /src folder and you'll be all set.

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