问题标签 [eclipse]

For questions regarding programming in ECMAScript (JavaScript/JS) and its various dialects/implementations (excluding ActionScript). Note JavaScript is NOT the same as Java! Please include all relevant tags on your question; e.g., [node.js], [jquery], [json], [reactjs], [angular], [ember.js], [vue.js], [typescript], [svelte], etc.

0 投票
4 回答
11334 浏览

eclipse - 让 Aptana 中的 Subclipse 与最新版本的 Subversion 一起工作

当前可通过 Aptana 的自动插件管理器获得的Subclipse (1.2.4)版本不适用于最新版本的 Subversion。

我在 Subclipse 网站上看到,他们为 Eclipse 提供了 1.4.2。所以我在我的更新管理器中添加了一个新的远程更新站点。当我尝试安装它时,它告诉我我需要Mylyn 3.0.0。因此,经过大量搜索,我找到了 Mylyn 3.0.0,并在我的更新管理器中添加了另一个新的远程更新站点。然后当我尝试安装它时,它告诉我我需要org.eclipse.ui 3.3.0或同等版本。

查看 Aptana 的配置详细信息,它看起来像是针对 eclipse 3.2.2 构建的。

有谁知道是否有办法将构建的 Eclipse Aptana 版本升级到 3.3.0?或者是否有其他方法可以让 Subclipse 与最新版本的 Subversion 一起工作?

我知道这不一定是一个“编程”问题,但我希望没关系,因为它与编程经验高度相关。

0 投票
30 回答
353020 浏览

php - 你如何调试 PHP 脚本?

你如何调试PHP脚本?

我知道基本调试,例如使用错误报告。PHPEclipse中的断点调试也很有用。

在 phpStorm 或任何其他 IDE 中进行调试的最佳(就快速和简单而言)方法是什么?

0 投票
4 回答
2676 浏览

apache-flex - 如何从 IDE 或构建脚本中对 Flex 应用程序进行单元测试?

我目前正在开发一个使用 Adob​​e Flex 3 编写的前端应用程序。我知道FlexUnit,但我真正想要的是 Ant/NAnt 的单元测试运行程序和与 Flex Builder IDE 集成的运行程序(又名日食)。一个存在吗?

此外,除了Cairngorm 微架构示例之外,还有其他关于如何“以正确方式”进行 Flex 开发的资源吗?

0 投票
2 回答
4399 浏览

java - win64上的Eclipse

有人在 Windows XP 或 Vista 64 位上成功使用 Eclipse 的最新 64 位 Ganymede 版本吗?

目前我在 32 位 JDK 上运行普通的 Eclipse 3.4 发行版,并使用 64 位 JDK 启动和编译我的应用程序。我们之前的经验是 64 位 Eclipse 发行版对我们来说是不稳定的,所以我很好奇是否有人成功使用它。

我们使用的是 JDK 1.6.0_05。

0 投票
6 回答
26228 浏览

java - Java 搜索中的类文件名必须以 .class 异常结尾

我希望有人可以帮助我解决我在特定项目中使用 Eclipse 中的 java 搜索功能时遇到的问题。

在一个特定项目上使用 java 搜索时,我收到一条错误消息Class file name must end with .class(请参阅下面的堆栈跟踪)。这似乎并没有发生在所有项目上,只是一个特定的项目,所以也许我应该尝试重建一些东西?

我已经尝试过Project -> Clean......并关闭 Eclipse,删除所有构建的类文件并重新启动 Eclipse 无济于事。

我在谷歌上找到的唯一参考是http://www.crazysquirrel.com/computing/java/eclipse/error-during-java-search.jspx,但不幸的是他的解决方案(关闭,删除类文件,重新启动)对我不起作用。

如果有人可以建议尝试一些东西,或者我可以收集更多信息来帮助追踪它,我将非常感谢您的指点。

也刚刚找到这个线程 - http://www.myeclipseide.com/PNphpBB2-viewtopic-t-20067.html - 这表明当项目名称包含句点时可能会出现同样的问题。不幸的是,我的设置并非如此,所以我仍然卡住了。

感谢 McDowell,关闭和打开项目似乎已经修复了它(至少现在是这样)。

0 投票
6 回答
3692 浏览

java - 我想推荐一本关于 Eclipse 的富客户端平台 (RCP) 的书

我已经阅读了亚马逊上的几篇评论,有些书似乎已经过时了。我目前使用的是使用 Eclipse 3.3 的 MyEclipse 6.5。我很想听听那些有学习 RCP 经验的人的意见,以及他们开始使用的参考资料。

0 投票
3 回答
507 浏览

eclipse - Can I script FlexBuilder without writing an extension?

I'd like to script FlexBuilder so that I can run debug or profile without having to switch to FlexBuilder and manually clicking the button (or using the key combo). Is this possible without writing an extension?

To be more specific, this is exactly what I want to do: I want to create a TextMate command that talks to FlexBuilder and makes it run the debug target for the currently selected project. TextMate already has support for interacting with Xcode in this way, and it would be great to be able to do the same with FlexBuilder.

0 投票
4 回答
7821 浏览

eclipse - How to setup Groovy + Eclipse + Junit4?

I am working on a small webapp and I want to use Groovy to write some unit testing for my app. Most of my coding is done on Eclipse and I really want to run all the unit testing with the graphical test runner within Eclipse (I really like the green bar :) )

Sadly, after 4 hours of try-and-error, I'm still not able to setup properly. I tried to use the Eclipse Junit4 test runner to run a Groovy file with method annotated for testing using @Test. But it keeps complaining NoClassDefFoundException

Anyone can help?

Here is content of my groovy file, named simpleTest.groovy

Anyone can help?

0 投票
3 回答
1349 浏览

visual-studio-2008 - Map VS2008 keyboard shortcuts to Eclipse

Possible Duplicate:
Configure Eclipse to use VS.Net shortcuts?

I mostly work in VS2008 but I need to do some java work in Eclipse. Is there an easy and fast way to map the VS2008 keyboard shortcuts to Eclipse?

For example, I want to map F11 in Eclipse to "step info" instead of its default of F5 but don't want to have to map each and every shortcut manually...

0 投票
24 回答
66891 浏览

c++ - 您使用什么工具在 Linux 上开发 C++ 应用程序?

我在 Linux 环境中开发 C++ 应用程序。我每天使用的工具包括带有 CDT 插件的 Eclipse、gdb 和 valgrind。
其他人使用什么工具?Linux 是否有任何东西可以与 Microsoft Visual Studio 的流畅性相媲美?