Kepler is the code name for Eclipse version 4.3 that was released on June 26, 2013. This is the latest version of eclipse.
3
votes
0answers
160 views
How to use Tomcat 8 in Eclipse?
Tomcat 8 is still in development, but you can get it here. Now (8/7) there is a RC version on the main Apache Tomcat page.
In Eclipse Kepler though, there is no supported adapter in the add server ...
2
votes
0answers
44 views
Escape hides complete UI
I've upgraded to Eclipse Kepler from Juno, and I find that it handles the Esc key completely differently.
Usually, with the Esc key I could abort smaller views/menus like auto-completion: Alt+Space ...
1
vote
0answers
31 views
Eclipse Kepler/PyDev not showing any errors
I am using Eclipse Kepler with PyDev and initially it was giving me errors for all of my local imports (imports from the same project that weren't in the same folder) so I removed the PyDev ...
1
vote
0answers
89 views
aspectj-maven-plugin not covered by lifecycle in Kepler
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 ...
1
vote
0answers
64 views
class not found error when migrating code from Eclipse Juno to Kepler
When I run the Android app from the Eclipse IDE on my Mobile phone, it compiles fine, and comes up with the main activity. When I press one of the buttons to bring up another activity, I get error ...
1
vote
0answers
262 views
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 ...
0
votes
0answers
6 views
How to install sbteclipse?
How do I install sbteclipse?
I have added this line to my previously empty %USERPROFILE%\.sbt\plugins\plugins.sbt:
addSbtPlugin("com.typesafe.sbteclipse" % "sbteclipse-plugin" % "2.3.0")
However ...
0
votes
0answers
11 views
eclipse unresolved inclusion in mac os 10.8.4
I just installed eclipse and I am getting unresolved inclusion errors. I am new to C++ and was told to try eclipse, but I can't even run the simplest "Hello World" program. I have Xcode, and my ...
0
votes
0answers
15 views
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
...
0
votes
0answers
16 views
Maven Remote catalog empty
I am trying to use maven for my project and when I am trying to add maven online catalog into Eclipse kepler/STS I keep getting "remote catalog is empty". Can someone help me why this is happening? I ...
0
votes
0answers
23 views
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 ...
0
votes
0answers
8 views
Eclipse “JPA Entities from Tables” how to map mysql datatypes to java datatypes?
I have eclipse kepler (really jbdev studio 7 alpha). The JPA Entities from Tables feature is amazing! Very sophisticated. Start it up with right-clicking on a project to which the JPA facet has ...
0
votes
0answers
18 views
Eclipse CDT Kepler add new folder with header file to project
Hi again in theory an easy task but it keeps me making desperate.
I have a eclipse C project and if I add in the main project folder ex1.h I can
just #include "ex1.h" in the main.c. But if I create a ...
0
votes
0answers
20 views
Why my eclipse(kepler)'s Palette in Web Page Editor have duplicate tags?
![There are many duplicate tags][1]
[1]: http://i.stack.imgur.com/nBmfm.png When I edit a jsf page in Web Page Editor,There are too many duplicate jsf tags in Palette on top right of the window. I ...
0
votes
0answers
29 views
Eclipse autoimports a wrong package
I have just installed Groovy/Grails Tool Suite 3.3.0 (based on Eclipse Kepler 4.3)
When writing a domain class, if I type String(space), Eclipse inserts this line that is absolutely wrong:
import ...