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

Cannot contribute extension from a fragment

I am working on a set of plugins and fragments on eclipse 4.3 (Kepler) but using the 3.x model. One plugin contains part of the application model and has a fragment which contributes some model editors. (This seems right to me - tell me if it's…
paul
  • 13,312
  • 23
  • 81
  • 144
0
votes
1 answer

Eclipse Kepler: detached window and toolbar

In my Eclipse plug-in I have a custom editor which has its own toolbar. If I detach such an editor I still can use this toolbar. But only if there is no other editor (without this toolbar) active on the workbench. In this case the toolbar of the…
Cornflake
  • 63
  • 5
0
votes
1 answer

maven plugin repository for eclipse equinox KeplerSR1

Currently I'm trying to build my maven project which requires plugins from latest equinox KeplerSR1 release. So I'm looking for pluginRepository for eclipse-kepler SR1 release but could not find it. I found this mirror url [1] but did't know how to…
Manoj
  • 214
  • 1
  • 6
0
votes
1 answer

Created table, but where is it?

I set up and connected a derby database called timezonedb Then I used the SQL scrapbook to create the table Users. As you can see, the table was successfully created, added to, and queried via the scrapbook. The problem is, it doesn't seem to be…
Tajha
  • 399
  • 1
  • 5
  • 15
0
votes
1 answer

Eclipse Kepler x64 debug mode tomcat not starting

I am trying to start my eclipse kepler x64 in debug mode, but it won't start. it was running 2 weeks ago but now it won't start the debug mode. I tried possible solution found here in stack overflow but none of them work. Here is the error I got…
andrex
  • 983
  • 5
  • 14
0
votes
1 answer

How to disable/enable an action set in Eclipse e4?

I am writing a plug-in for Eclipse Kepler that is aimed to read some data from the debugger. Currently, the action set with the Resume, Step into, etc. buttons is enabled. If a user clicks, for example, the Resume Button, the thread that reads from…
Krokodylowy
  • 610
  • 6
  • 21
0
votes
3 answers

How to create MVC project in Kepler IDE

I'm not able to find the zip file of Spring Framework. But on Stackoverflow I found that we can download the JARs using maven repo by configuring POM.xml. But by having the latest version of Eclipse IDE I was only able to get a folder named .m2 into…
Neptune
  • 17
  • 1
  • 6
0
votes
5 answers

eclipse: no warning for unused private methods

Regarding eclipse Kepler SR1 Hi, I remember that a unused private methods were getting a warning from the compiler. I don't know if it's changed switching to Kepler (or a previous release) or if it is project settings, because I'm working on a new…
keiki
  • 3,260
  • 3
  • 30
  • 38
0
votes
2 answers

Programming java in Eclipse Kepler. I need a quick short cut to my java source code

Is there a way to shorten my number of clicks to get to my source code? I know that search can do this but is there a way to create short cut?
Calace Sac
  • 31
  • 1
  • 6
0
votes
1 answer

Eclipse with Tomcat does not automatically republish my WAR file

I've got Windows 8.1 with a 1.6 JDK manually installed. I'm using Eclipse (Kepler, Java EE IDE for Web Developers). I imported a project that builds a WAR file using an Ant build script; that shows up as a Project. I created a Tomcat6 Server…
rich p
  • 1,005
  • 9
  • 16
0
votes
1 answer

Switching from Eclipse indigo to Eclipse Kepler

I have been using eclipse for about 2 years now and I had been using what ever the newest version was but about 6 moths ago I found out that I could use eclipse indigo and ever since I have been using it. I am wanting to switch to the new version of…
James
  • 45
  • 1
  • 3
  • 13
0
votes
1 answer

Eclipse escape button binding

Further to: Escape hides complete UI I have the exact same problem as described here... driving me nuts. Fresh installation on OSX Mavericks. I've searched on the Eclipse bugs page to no avail. Anybody?
Ben
  • 1
0
votes
1 answer

Eclipse Indigo shows Kepler loading screen

I recently downloaded eclipse Indigo after abandoning Kepler because of all the bugs. Almost everything is fine except the loading screen for Indigo is still Kepler. The version of Eclipse IS in fact indigo (I checked About Eclipse for that), but…
Andrew Kor
  • 154
  • 5
  • 16
0
votes
1 answer

Add Team options for SVN repository access to custom context menu?

Is it possible to add the Team options for SVN repository access to a custom context menu on a custom view? If so, how? I have tried
Cornflake
  • 63
  • 5
0
votes
1 answer

Required files and configuration to create a jsf2.2 web application

I am a total beginner i am using eclipse kepler to create my web application: an eduction portal i did already set the glassfish4 server(its working) and the properties of the project i am using primefaces along with jsf 2.2 i created the first…
MeknessiHamida
  • 185
  • 1
  • 8
  • 28