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

Updating Juno to Kepler cause existing project in workspace non functional

does any one know how to over come from this issue ? I have followed this link but after updating it, every thing seems to correct but my existing projects are not able to run via tomcat (previously in juno it was working). I can see my tomcat…
Aman Gupta
  • 5,548
  • 10
  • 52
  • 88
0
votes
1 answer

Cleaning JBoss AS 7.1 Standalone.xml

I couldn't find an answer to this in any other questions and I wanted to see if anyone knew. I'm using JBoss AS 7.1 on Kepler eclipse, and I was wondering if there is a way to change your standalone.xml while the server is running and have Jboss…
Alex Trautman
  • 46
  • 1
  • 8
0
votes
1 answer

Overstriken and Ignored PyDev BreakPoints

Suddenly breakpoints have stopped working in Eclipse PyDev. When I double click on the left margin in the code editor everything seems to work fine except that a blue diagonal overstrike appears on top of the break point symbol in the margin. Note…
Nordlöw
  • 11,838
  • 10
  • 52
  • 99
0
votes
1 answer

Create an Aspect with AJDT in former Java Project

I decided to handle a problem in a Java project with AOP, so I installed AJDT 2.2.3 in my Eclipse Kepler. Everything seemed to work fine, as I can create a new AspectJ project and create aspects and everything works as it should. Aspects are…
LostAvatar
  • 795
  • 7
  • 20
0
votes
1 answer

Can't find so many predefined file types in Eclipse Kepler

I have downloaded a new Eclipse Kepler IDE yesterday and I am unable to find the dynamic web project template and all other related files in there like jsp file, servlet etc. This means I am unable to create these files directly by choosing from…
Novice
  • 401
  • 7
  • 27
0
votes
1 answer

Geronimo FTP Server on Fedora 19

I am trying to use the FTP server (factory) in Geronimo 3.0.1 on Fedora 19, in eclipse kepler. I have the following import which produces no error: import org.apache.mina.*; However, when I declare FTPServerFactory ftpFactory; FTPServer…
0
votes
1 answer

Eclipse e4 Kepler: IEclipsePreferences read/write

I am using DI (Dependency Injection) to access the IEclipsePreferences from my handlers. But I need to access the same IEclipsePreferences from other code parts to save/load these settings. This is the example how I get the preferences and show em…
lumo
  • 790
  • 1
  • 8
  • 23
0
votes
1 answer

Eclipse Kepler Dependency Injection in 3.x

I have a working plugin in Eclipse 3.7 with Views and a Perspective. Now I try to move this to Eclipse Kepler 4.3 therefore i follow the Tutorial from Jonas Helming All my Views are based on a TemplateView in another Plugin. This TemplateView was…
lumo
  • 790
  • 1
  • 8
  • 23
0
votes
1 answer

Is there a way to fix the "Close All" functionality on Eclipse Kepler?

I hope this question is appropriate for Stack Overflow; if not, I apologize. For some reason the close all functionality on my installation of eclipse stopped working. I can still close windows, but I can't close all. Neither the hot key nor the…
Jason Thompson
  • 4,643
  • 5
  • 50
  • 74
0
votes
1 answer

how come an Eclipse plugin that targets Eclipse version 3.5 works with Juno but not Indigo or Kepler?

I developed an Eclipse plugin using Juno (version 4.2) and specified in the plugin.xml file that it is supposed to target Eclipse version 3.5. However, when I copy the jar file to the "dropins" folder of Eclipse Indigo (previous version) or Eclipse…
J Smith
  • 2,375
  • 3
  • 18
  • 36
0
votes
1 answer

Eclipse Plugin Development: Make plugin dependent on CDT-plugin

I am writing a plugin which I want to use the CDT-plugin (since I don't want to implement my own brand new C/C++ editor). Questions: How is it possible to set the dependencies of my plugin to this particular editor How can I set this editor as a…
Stefan Falk
  • 23,898
  • 50
  • 191
  • 378
0
votes
0 answers

First Kepler workspace is giving "Path must include project and resource name: /" for Maven project from SVN

I've been using Indigo reasonably successfully for quite a while. Today I installed the STS for Kepler. I exported/imported my preferences and a Team Project Set for my (many) projects checked out from SVN. I've noticed that when I switch to editor…
David M. Karr
  • 14,317
  • 20
  • 94
  • 199
0
votes
1 answer

JOptionPane halts after a random number of run (using Eclipse Kepler, java 7, Windows 7 64bit on MacbookAir)

I have researched thoroughly on this problem but no use. Hopefully you guys can help me. Thanks very much in advance! The test code is below: import javax.swing.JOptionPane; public class JOptionPane_Test { public static void main(String[]…
0
votes
1 answer

eclipse - cannot get project export/dependencies working

Ok. I am using eclipse kepler. Ihave an eclipse project called 'afd-core'. It has some classes, and a directory etc/hibernate containing hibernate config - lookup.hbm.xml. I have another project afd-public. It is a webapp, and needs the stuff in…
PaulMurrayCbr
  • 1,167
  • 12
  • 16
0
votes
0 answers

TableItem does not display a long String Value

Eclipse TableItem does not display a long String value. When I open up the RCP, the TableItem is only displaying only ~260 characters per column. I am using Windows 7 (64bit), Eclipse Kepler (64bit), Java 1.7.0_25 (64bit) Here is the source…
caritos
  • 12,922
  • 2
  • 17
  • 15
1 2 3
31
32