eclipse-kepler

Why does Eclipse Kepler SR1 error with : JAX-RS 2.0 requires Java 1.7 or newer

人盡茶涼 提交于 2019-11-30 09:03:09
I have a maven project that give the following two errors JAX-RS (REST Web Services) 2.0 can not be installed : One or more constraints have not been satisfied. JAX-RS (REST Web Services) 2.0 requires Java 1.7 or newer. I have JDK 1.6 installed (I cant change this) The project facets does NOT have JAX-RS ticked. The project facets has java 1.6 set. The project facets has Dynamic Web Project 2.4 set. I have following plugins Sonar 3.2.0 MercurialEclipse 2.10 EclEmma 2.2.1 The pom.xml is just this... <?xml version="1.0" encoding="UTF-8"?> <project xmlns="http://maven.apache.org/POM/4.0.0" xmlns

Eclipse Kepler and JBoss Wildfly hot deployment

泄露秘密 提交于 2019-11-30 04:46:42
I am trying to use eclipse kepler for Java EE 7.I already installed JBoss Tools and added JBoss Wildfly successfully as a server. However my changes are not automatically deployed. Is there anyway the app can be deployed automatically just as when using glassfish? Using Eclipse, click twice on your WildFly Server to edit the following properties: Publishing : choose "Automatically publish after a build event". I like to change the publishing interval to 1 second too. Application Reload Behavior : check the "Customize application reload ..." checkbox and edit the regex pattern to \.jar$|\.class

Eclipse hangs on copy/cut for JavaScript files

白昼怎懂夜的黑 提交于 2019-11-30 02:54:52
I have Eclipse Kepler and NodeEclipse plugin installed. For NodeEclipse's performance reasons I have disabled content assistant for JavaScript files. Problem: Whenever I copy or cut some lines in JS files (ctrl+c / ctrl+x), the CPU usages goes 100% and the eclipse process eats up all memory (>1GB). I think some GC thrashing is happening. Increasing JVM max memory more is an option, but isn't 1GB enough for eclipse? This could be some memory leak. Is this specific problem with Nodeclipse? Are there any workarounds/settings in eclipse to diable? Edited: When I double click a variable, CPU pumps

Why does Eclipse Kepler SR1 error with : JAX-RS 2.0 requires Java 1.7 or newer

廉价感情. 提交于 2019-11-29 14:03:28
问题 I have a maven project that give the following two errors JAX-RS (REST Web Services) 2.0 can not be installed : One or more constraints have not been satisfied. JAX-RS (REST Web Services) 2.0 requires Java 1.7 or newer. I have JDK 1.6 installed (I cant change this) The project facets does NOT have JAX-RS ticked. The project facets has java 1.6 set. The project facets has Dynamic Web Project 2.4 set. I have following plugins Sonar 3.2.0 MercurialEclipse 2.10 EclEmma 2.2.1 The pom.xml is just

Eclipse Juno vs Eclipse Kepler

限于喜欢 提交于 2019-11-29 08:52:12
what are the advantages and disadvantages of each version of Eclipse (Juno and Kepler) ? which one is the more stable version ? how to choose the right version of eclipse? Each eclipse release has some bug fixes, new features updated APIs etc. You can check News and Noteworthy section of each release to know how the current release is different from its preceded version. Kepler News and Noteworthy section is here . Compare the each feature/involving projects version of both Juno and Kepler from here and here . Note that Kepler feature versions are higher(or newer) which indicate the bug fixes

Eclipse Kepler and JBoss Wildfly hot deployment

白昼怎懂夜的黑 提交于 2019-11-29 02:11:12
问题 I am trying to use eclipse kepler for Java EE 7.I already installed JBoss Tools and added JBoss Wildfly successfully as a server. However my changes are not automatically deployed. Is there anyway the app can be deployed automatically just as when using glassfish? 回答1: Using Eclipse, click twice on your WildFly Server to edit the following properties: Publishing : choose "Automatically publish after a build event". I like to change the publishing interval to 1 second too. Application Reload

aspectj-maven-plugin not covered by lifecycle in Kepler

强颜欢笑 提交于 2019-11-29 01:37:46
I've just downloaded the OEPE (Kepler) and installed m2e and m2e-wtp connectors. I found out that under this path: Preferences ->Maven->Lifecycle mappings->Open workspace lifecycle mapping data there is a preconfigured xml file which says that maven should ignore the compile goal for AspectJ and I assume that's why the AspectJ runtime libraries are not added to the project hence the project is not recognized as an AspectJ project by eclipse. <?xml version="1.0" encoding="UTF-8"?> <lifecycleMappingMetadata> <pluginExecutions> <pluginExecution> <pluginExecutionFilter> <groupId>org.codehaus.mojo<

Eclipse hangs on copy/cut for JavaScript files

可紊 提交于 2019-11-29 00:03:24
问题 I have Eclipse Kepler and NodeEclipse plugin installed. For NodeEclipse's performance reasons I have disabled content assistant for JavaScript files. Problem: Whenever I copy or cut some lines in JS files (ctrl+c / ctrl+x), the CPU usages goes 100% and the eclipse process eats up all memory (>1GB). I think some GC thrashing is happening. Increasing JVM max memory more is an option, but isn't 1GB enough for eclipse? This could be some memory leak. Is this specific problem with Nodeclipse? Are

Eclipse Juno vs Eclipse Kepler

折月煮酒 提交于 2019-11-28 02:28:21
问题 what are the advantages and disadvantages of each version of Eclipse (Juno and Kepler) ? which one is the more stable version ? how to choose the right version of eclipse? 回答1: Each eclipse release has some bug fixes, new features updated APIs etc. You can check News and Noteworthy section of each release to know how the current release is different from its preceded version. Kepler News and Noteworthy section is here. Compare the each feature/involving projects version of both Juno and

Eclipse Kepler not connecting to internet via proxy

邮差的信 提交于 2019-11-27 17:41:27
I have managed to get Eclipse Juno connecting to the internet. For this to accomplish, there are many posts here on stackoverflow. here is one of this links: Eclipse not connecting to internet via proxy Today i installed Eclipse Kepler on my Windows7 box. But accessing the eclipse marketplace or installing new software does not work. I am using exactly the same proxy configuration as i used for Eclipse Juno. Juno can access the marketplace but Kepler does not. The proxy uses NTLM Authentification. Any one here with similar problem? No success til now. I am still wondering why Juno can connect