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
4
votes
1 answer

Eclipse: javac: target release 1.6 conflicts with default source release 1.7

I am trying to perform a build on Eclipse Kepler but when I do so I get the following error javac: target release 1.6 conflicts with default source release 1.7 I have changed the Java Compiler to use 1.6 but this warned me that the default JRE was…
Clinton Green
  • 9,697
  • 21
  • 68
  • 103
4
votes
0 answers

SWT Label background color in Group [MacOSX]

The Label background color looks terrible on Mac, when it's placed in a Group. From what I've read, this has been fixed already, a long time ago. Bug #1 Bug #2 Bug #3 Bug #4 If these are marked as fixed, then why aren't the changes present in…
Georgian
  • 8,795
  • 8
  • 46
  • 87
4
votes
3 answers

Application "org.eclipse.e4.ui.workbench.swt.E4Application" could not be found in the registry

I have just moved from 4.2 to 4.3 (kepler). I was working on Eclipse RCP(OSGi framework) which was working fine with 4.2, but once i moved to Kepler- started getting below mentioned error while launching. Any kind of help is…
pvsnambiar
  • 113
  • 1
  • 10
4
votes
3 answers

Eclipse doesn't start after upgrading from Juno to Kepler

I followed the instructions on page http://wiki.eclipse.org/FAQ_How_do_I_upgrade_Eclipse%3F but unfortunately eclipse does not start anymore. I can choose a workspace and then it stops with error "An error has occured. See the log file…
anmatr
  • 105
  • 1
  • 9
4
votes
0 answers

Dropins folder does not find new bundles automatically

eclipse kepler, in my case: D:\Eclipse Kepler\dropins, does not locate new bundles in the dropins folder. I tried a lot of methods described on official sites, for example starting eclipse with: eclipse -clean -console -consoleLog -debug…
4
votes
5 answers

Installing JSDT jQuery plugin in Eclipse Kepler 4.3

I've downloaded Eclipse Kepler 4.3 from official site in here. And installed PDT plugin successfully (Eclipse -> Help -> Install new software). The problem : I need to install JSDT jQuery plugin. I have tried : Help -> Eclipse MarketPlace -> JSDT…
Hamed Kamrava
  • 12,359
  • 34
  • 87
  • 125
4
votes
3 answers

Eclipse - Glassfish 4 Debugging startup timeout

Glassfish 4.0 final gives a timeout everytime I try to start it in Debug mode. The normal run on server (from Eclipse) does work without a timeout. I've tried running Glassfish 4.0 from Eclipse Juno and Eclipse Kepler, both have the correct port…
Cloud
  • 458
  • 1
  • 13
  • 34
4
votes
3 answers

@Nonnull by default in eclipse/kepler

In eclipse, it's possible to set not null by default for a single package. Is there any way to set it across all packages, or for a tree of packages? Edit I'm talking about the @Nonnull annotations that eclipse respects and polices. At the moment,…
Darren Oakey
  • 2,894
  • 3
  • 29
  • 55
3
votes
1 answer

Eclipse Kepler does not show suggestion

I am using Kepler eclipse with java8 and ubuntu 14.04 .Eclipse show me suggestion java predefined class and methods.But it does not show suggestion of classes/method declared by me.I have search and found solution that Windows > Preferences > Java >…
Anuj Dhiman
  • 1,550
  • 3
  • 26
  • 51
3
votes
4 answers

make toString() method to print inherited fields too in Eclipse Kepler

I want to generate toString() method for a class extending an other one. But in generate toString() dialog, there is no checkbox for inherited fields (see picture below) What's the problem here ?
mounaim
  • 1,132
  • 7
  • 29
  • 56
3
votes
0 answers

Maven Configuration Probleme with ECLIPSE Kepler

I tried to follow a tutorial but, I got an error with maven right from the first step. Failure to transfer org.codehaus.plexus:plexus-archiver:pom:1.2 from http://repo.maven.apache.org/maven2 was cached in the local repository, …
user3773380
  • 145
  • 1
  • 2
  • 12
3
votes
2 answers

Unable to import mockito in Eclipse - disappeared immediately

I am trying to do a mock test of my code with mockito. In my POM.xml, the following dependency is stated as below. org.mockito mockito-all
Martin
  • 91
  • 1
  • 2
  • 3
3
votes
1 answer

how to hide dependency jars in eclipse's project explorer window

Once i use mvn eclipse:eclipse to generate the eclipse IDE file and import the project in eclipse, the eclipse shows all the dependency jars in the project explorer window(see image) .. How to hide all the dependency jars in project explorer ?
Bhuvan
  • 4,028
  • 6
  • 42
  • 84
3
votes
1 answer

No marketplace entries found to handle Execution

I am trying to import a maven project to eclipse with M2eclipse plugin installed on. I get this 2 errors: "No marketplace entries found to handle Execution default-compile, in /pom.xml in Eclipse. Please see Help for more information." "No…
fwaj
  • 65
  • 1
  • 1
  • 7
3
votes
2 answers

Is there any way to reorder projects in the package/project explorer in Eclipse?

I'm working on source code that is split across several projects with a specifically defined build order. I want to see the projects sorted by the build order so I can always tell which classes can be used in which projects. Does anyone know how to…
Lupius
  • 178
  • 9