Kelper在打开包含大量文件的文件夹方面明显更快(平均约200个文件).另一方面,Luna将旋转约10秒钟打开每个文件夹.我已经堆积并重新克隆我的工作区,以便不使用任何旧的eclipse属性.我认为这解决了它没有的问题.有没有人有任何其他想法(最小堆大小1024,最大2048),ram不是问题或处理包?
我正在使用Eclipse Luna来实现JSF2.1 Web应用程序,每次我打开项目时,facelet HTML验证器启动,我习惯了eclipse Helios并且它在验证时比luna更快,我不想禁用验证器或者AppXray.我只是不想忍受它
请指教
我在尝试将我的提交链接到我的GitHub帐户时遇到问题.正如我的图片所示,GitHub正在报告提交的内容.user.name和user.email的值是否正确,还有其他要检查的想法吗?
提前致谢

我在使用Maven的Eclipse中遇到如下错误:
Missing artifact org.eclipse:swt:jar:3.7.
Project 'davmail' is missing required library: '/home/buzz-dee/.m2/repository/org/eclipse/swt/3.7.0/swt-3.7.0.jar'
Run Code Online (Sandbox Code Playgroud)

您可以在上图中看到大多数库,但有些库没有.但文件在正确的位置:
ls ~/.m2/repository/org/eclipse/swt/3.7.0/
swt-3.7.0.jar.lastUpdated swt-3.7.0.pom.lastUpdated
Run Code Online (Sandbox Code Playgroud)
这是部分的pom.xml:
<?xml version="1.0" encoding="ISO-8859-1"?>
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
<modelVersion>4.0.0</modelVersion>
<groupId>davmail</groupId>
<artifactId>davmail</artifactId>
<packaging>jar</packaging>
<version>4.6.1</version>
<name>DavMail POP/IMAP/SMTP/Caldav/Carddav/LDAP Exchange Gateway</name>
<organization>
<name>Mickaël Guessant</name>
</organization>
<repositories>
<repository>
<id>central</id>
<name>Maven Repository Switchboard</name>
<layout>default</layout>
<url>http://repo1.maven.org/maven2</url>
<snapshots>
<enabled>false</enabled>
</snapshots>
</repository>
<repository>
<id>xwiki</id>
<layout>default</layout>
<url>http://maven.xwiki.org/externals</url>
<snapshots>
<enabled>false</enabled>
</snapshots>
</repository>
</repositories>
<dependencies>
<dependency>
<groupId>junit</groupId>
<artifactId>junit</artifactId>
<version>3.8.1</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.apache.jackrabbit</groupId>
<artifactId>jackrabbit-webdav</artifactId>
<version>2.4.3</version>
<exclusions>
<exclusion>
<groupId>org.apache.jackrabbit</groupId>
<artifactId>jackrabbit-jcr-commons</artifactId>
</exclusion>
<exclusion>
<groupId>xml-apis</groupId>
<artifactId>xml-apis</artifactId> …Run Code Online (Sandbox Code Playgroud) 在升级到Eclipse Luna或m2e 1.5.x并使用Maven插件项目打开现有工作区之后,Eclipse抱怨说
Plugin execution not covered by lifecycle configuration:
org.apache.maven.plugins:maven-plugin-plugin ...
Run Code Online (Sandbox Code Playgroud) 我想按照这些说明操作
http://www.eclipse.org/tptp/home/documents/tutorials/profilingtool/profilingexample_32.html
并最终导致了这个未解决的问题:
我实际上使用的是Windows 7,但问题类似于上面针对Redhat报告的问题.
如何向Eclipse Luna添加Profiling和Logging透视图?
我有以下问题:
我在Eclipse中安装了e(fx)clipse以实现JavaFX兼容性.它正确地创建了以下内容:
它运行不正常,因为它缺乏以下功能:
Unknown property: -fx-....我的CSS中的每个条目.The controller 'someController' has no field 'someField',而字段是在控制器中启动的.我已经尝试解决这个问题:
这并没有解决问题.我认为它与添加库有关,因为当我添加JavaFX SDK并单击"下一步"时,我得到一个blanco屏幕,我必须单击"完成".当我这样做时,它只会增加org.eclipse.fx.ide.css.jfx8.这是正常的,还是应该有更多的包?
我正在使用Eclipse Luna 4.4.1和Java JDK 8u40.
任何帮助是极大的赞赏!
找到了很多说明,告诉我这样做:转到帮助→软件更新→管理配置并在那里卸载(它们似乎都指向Mylyn站点的说明).但在Luna,菜单已经改变了.它具有"检查更新",其中没有"管理配置"选项和"安装详细信息".安装详细信息仅允许从"已安装的软件"选项卡中卸载,并且Mylyn不会出现在那里.如何从Luna中移除Mylyn?我想尽可能避免手动卸载.

我试图在eclise Luna中安装Glassfish工具,但我不断收到此错误消息:
Cannot complete the install because one or more required items could not be found.
Software being installed: GlassFish Tools 7.3.3.201412231459 (oracle.eclipse.tools.glassfish.feature.group 7.3.3.201412231459)
Missing requirement: GlassFish Tools 7.3.3.201412231459 (oracle.eclipse.tools.glassfish.feature.group 7.3.3.201412231459) requires 'org.eclipse.sapphire.feature.group [8.1.0,8.2.0)' but it could not be found
Run Code Online (Sandbox Code Playgroud)
我该怎么办?谢谢.
使用eclipse,我知道如何在我的启动配置中使用变量.我也知道存在一组预定义变量,如ECLIPSE_HOME或WORKSPACE_LOC.
我不知道的是这些预定义变量的广泛列表(即:变量名称和值).有这样的资源吗?
eclipse-luna ×10
eclipse ×7
java ×4
maven ×2
command-line ×1
facelets ×1
github ×1
glassfish ×1
javafx ×1
jsf-2 ×1
m2e ×1
maven-plugin ×1
mylyn ×1
profiling ×1
uninstall ×1