Questions tagged [eclipse-kepler]

Kepler is the code name for Eclipse version 4.3 that was released on June 26, 2013. Use this tag for questions which are specific to this Eclipse release, in most cases you should also specify the eclipse tag.

Official site for Eclipse Kepler: https://eclipse.org/kepler/

Help for Eclipse Kepler: https://help.eclipse.org/kepler

478 questions
5
votes
1 answer

ParamConverterProvider method return type mismatch

In the below code snippet I keep receiving the following error in the Provider class. Type mismatch: cannot convert from DemoParamConverter to ParamConverter package com.ofss.shop.application.translators; import…
VedVrat
  • 103
  • 3
  • 12
5
votes
4 answers

How to remove error Eclipse project indicator if I don't have any error?

I'm having an indication that my project has errors but I don't get any error in any file. That indication is as well on Java Resources folder inside the project. Error log Using platform encoding (Cp1252 actually) to copy filtered resources, i.e.…
Joe
  • 7,749
  • 19
  • 60
  • 110
5
votes
3 answers

how to configure maven to add junit 4.10 instead of 3.8 dependency in new project

When i am creating a new maven project in eclipse kepler, eclipse automatically adds junit 3.8 dependency in pom.xml like junit junit 3.8
Abhishek Nayak
  • 3,732
  • 3
  • 33
  • 64
5
votes
1 answer

Eclipse Kepler crashes when creating new Android Application Project

As the title reads, it crashes every time I make a new android app project. It seems to run fine when I make a new Java project, however. The error code i get is: Java was started but returned with exit code: -805306369. That's all I could post, i…
Andrew Kor
  • 154
  • 5
  • 16
5
votes
4 answers

Eclipse Kepler startup error "NoClassDefFoundError: org/eclipse/swt/widgets/Display"

I am using Eclipse Kepler 64-bit and Sun JDK 1.7.0_25 64-bit on Ubuntu 64-bit. Eclipse worked when I had JDK 1.6 but stopped working after upgrading to JDK 1.7 (using webupd8.org's method and the popular askubuntu solution) and now at start-up it…
stackular
  • 1,431
  • 1
  • 19
  • 41
5
votes
3 answers

Eclipse Kepler - Glassfish Plugin - unable to start GF 3.1

I'm using Eclipse Kepler WTP + the Glassfish Kepler plugins. Problem is I'm not able to start my locally installed Glassfish any more with this configuration. After run the launch configuration the progress bar is at 69% and does not continue. There…
user2526847
  • 51
  • 1
  • 3
5
votes
4 answers

GWT plugin for eclipse 4.3

I have the new version of eclipse: Eclipse Kepler 4.3. I'm looking for GWT plugin for that version of eclipse but I can not find. If I try to install the plugin for 4.2 eclipse version, what could happen? Thanks
4
votes
1 answer

lombok is not working with eclipse kepler

I am using eclipse kepler and unfortunately lombok is not working. eclipse is crashing. How to solve this problem? By the way I ca n not update my current version of eclipse kepler. which version of lombok you are using? here is the…
tntstn
  • 81
  • 1
  • 3
4
votes
2 answers

Groovy version mismatch running spock test in Gradle project in Eclipse

I have a Groovy and Gradle project in Eclipse Kepler with a few classes and a single Spock spec. I can run the Gradle build from the shell, and it works fine, including the Spock spec. I now wanted to try running the Spock spec in Eclipse, either…
David M. Karr
  • 14,317
  • 20
  • 94
  • 199
4
votes
0 answers

Eclipse Kepler change tree selection color or background CSS

In Eclipse Kepler on Linux Mint, selecting items from a tree-view like the Project window is pretty straightforward: But on the Searches window, matches and potential matches have no background color when you select them. Hence, they become…
Redsandro
  • 11,060
  • 13
  • 76
  • 106
4
votes
1 answer

Eclipse stops working, hangs and stops responding to any actions

Eclipse hangs. I've run jstack on the process and got the following: "main" prio=10 tid=0x00007f531000b000 nid=0xbd3 waiting for monitor entry [0x00007f5317b69000] java.lang.Thread.State: BLOCKED (on object monitor) at…
Alexandr
  • 9,213
  • 12
  • 62
  • 102
4
votes
1 answer

Can't decompile classes using JD-Eclipse in Eclipse Kepler

I installed JD-Eclipse from the update site but I can't get it to work in Eclipse Kepler. I've done this with previous versions of Eclipse with no problems. The issue here is that when I go to Preferences > General > Editors > File associations, the…
Neets
  • 4,094
  • 10
  • 34
  • 46
4
votes
2 answers

Plugin execution not covered by lifecycle configuration

Beginner of Spring Background : So far, i have been working on core JAVA and now i need to switch to MVC Trying to make my first Spring MVC Hello World Example from this tutorial , i am getting below error on pom.xml: Multiple annotations found at…
NoobEditor
  • 15,563
  • 19
  • 81
  • 112
4
votes
1 answer

Stop Eclipse-Kepler from showing live preview of html pages

Does any one know how to close the live preview of html pages? in Kepler version of eclipse, when i open a html page or a jsp page, it displays the live preview alongside my code in Design tab. This reduces my system performance and Eclipse…
harvish
  • 195
  • 1
  • 4
  • 11
4
votes
2 answers

Eclipse Android Emulator-5554 is always displayed

I started to write an android app in Eclipse IDE. But when I run the app (ctrl+f11), the android device chooser is showing emulator-5554 in state online, even if I did not start any emulator yet. My question is: where does this emulator come from?…
Yohanim
  • 3,319
  • 9
  • 52
  • 92