如何在 Eclipse 中为 Java 项目启用 Aptana 功能?

发布于 2024-12-14 11:19:51 字数 80 浏览 3 评论 0原文

如何在 Eclipse 中为 Java 项目启用代码辅助、调试器等 Aptana 3 功能? 我想将这些功能添加到现有项目中(而不是创建新项目)。

How to enable Aptana 3 features like code assist, debugger etc for Java project in eclipse?
I want to add these features to existing project (not creating new one).

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

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

发布评论

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

评论(1

女皇必胜 2024-12-21 11:19:51

您可以尝试“闯入”。我没有尝试这个,但它可能会起作用,因为工作室会寻找项目“Natures”来确定如何操作。

创建 Aptana Studio Web 项目,然后转到磁盘上创建的文件夹并查找 .project 文件。打开文件并查找“natures”和“builders”元素。
将它们复制到 Java 项目的 .project 文件中并启动 Studio。

一旦项目具有 Aptana Natures,您就可以使用项目的“Properties”对话框(“Project Natures”项)添加/删除 Natures。

希望有帮助;)

You can try to 'hack your way in'. I did not try this one, but it might just work, since the Studio looks for the project 'Natures' to determine how to operate.

Create an Aptana Studio Web Project and then go to the created folder on your disk and look for the .project file. Open the file and look for the 'natures' and the 'builders' element.
Copy those into the .project file of your Java project and start the Studio.

Once the project has the Aptana Natures, you might be able to add/remove Natures using the project's 'Properties' dialog ('Project Natures' item).

Hope that helps ;)

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