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
85
votes
8 answers

How to enable C++11 in Eclipse Juno/Kepler/Luna CDT?

EDIT: It turns out this really isn't specific to Eclipse Kepler. I had to use the same process for Eclipse Juno. The problem was that there seem to be missing steps in other posts answering this same question. I'm using Eclipse Kepler for C++ and…
user327301
  • 2,641
  • 2
  • 26
  • 33
55
votes
2 answers

Why does Ubuntu 14.04 stick with (old) Eclipse 3.8 when 4.3 is out?

Ubuntu is usually a cutting edge distro. But why does it stick to a 2011 version of Eclipse when we are 4 years into 4.x development? It's not even optional and cannot be installed from the repositories. And it's not 'easy' from a download either.…
Redsandro
  • 11,060
  • 13
  • 76
  • 106
51
votes
11 answers

How to use Tomcat 8 in Eclipse?

EDIT 2014-02-07: Eclipse Luna is here, and support for Tomcat 8 is included in the bundled WTP : ) Happy days! Tomcat 8 is still in development, but you can get it here. Now there is a RC version on the main Apache Tomcat page. Update 2/27/14: 8 is…
ECDragon
  • 512
  • 1
  • 4
  • 7
51
votes
10 answers

Eclipse Kepler not connecting to internet via proxy

I have managed to get Eclipse Juno connecting to the internet. For this to accomplish, there are many posts here on stackoverflow. here is one of this links: Eclipse not connecting to internet via proxy Today i installed Eclipse Kepler on my…
cho
  • 553
  • 1
  • 4
  • 8
29
votes
4 answers

Eclipse hangs on copy/cut for JavaScript files

I have Eclipse Kepler and NodeEclipse plugin installed. For NodeEclipse's performance reasons I have disabled content assistant for JavaScript files. Problem: Whenever I copy or cut some lines in JS files (ctrl+c / ctrl+x), the CPU usages goes 100%…
ankitjaininfo
  • 11,961
  • 7
  • 52
  • 75
28
votes
3 answers

How to remove EGIT from Eclipse Kepler?

I'm using the J2EE bundle of Eclipse Kepler, and I'm working with Git. I'm also using git-extension as a UI to git, and I wouldn't trade it for anything else, so for me egit is just an annoyance that brings information that I don't want on my…
Samuel Rossille
  • 18,940
  • 18
  • 62
  • 90
27
votes
8 answers

How to attach the console in eclipse?

In eclipse the console is somehow undocked. Now it's appearing like below : How to attach it to the window? I tried the "pin console" button but nothing happening. I am running eclipse kepler. Please help.
Leo
  • 5,017
  • 6
  • 32
  • 55
25
votes
4 answers

Cannot install Cobertura plugin for Eclipse

I am getting following error message when I tried to install cobertura plugin in eclipse kepler (java/j2ee version) through eclipse market place. Cannot complete the install because one or more required items could not be found. Software being…
25
votes
5 answers

Eclipse keeps crunching while "updating rpm packages proposal list"

I've recently installed Eclipse Kepler CDT on a Win7 64 machine. It runs fine (well, sort of), but - it keeps crunching, with the status bar saying Updating RPM packages proposal list Why is this happening and how can I make it stop?
einpoklum
  • 118,144
  • 57
  • 340
  • 684
24
votes
10 answers

Dynamic Web Project option missing in Eclipse Kepler

The "Dynamic Web Project" option for a new project in Eclipse does not showing up in the list. Although the "web" folder showing up with option "static web project" but there is no option for "Dynamic Web project". I have already installed Web,…
alok
  • 241
  • 1
  • 2
  • 4
24
votes
10 answers

Cannot search for artifact in Eclipse Kepler using m2e plugin

I tried the new Eclipse Kepler that already comes with a maven plugin. But when I want to add a dependency (open the pom.xml, go to dependencies tab and click add) I can input some string like "jetty" in the search box but nothing happens. In older…
Subby
  • 1,997
  • 4
  • 22
  • 38
21
votes
2 answers

Eclipse building workspace hangs after importing existing maven project because of JavaScript validation

When running Eclipse Kepler and importing an existing Maven project, Eclipse hangs during "Building Workspace (XX%)". Switching to the Progress tab reveals a "Validating nnn"; it looks like it’s validating a directory containing JavaScript files.
user3444334
  • 881
  • 1
  • 8
  • 12
21
votes
5 answers

Eclipse Kepler and JBoss Wildfly hot deployment

I am trying to use eclipse kepler for Java EE 7.I already installed JBoss Tools and added JBoss Wildfly successfully as a server. However my changes are not automatically deployed. Is there anyway the app can be deployed automatically just as when…
zulqarnain
  • 1,695
  • 1
  • 16
  • 33
20
votes
5 answers

Eclipse gives warning on access restriction for jfxrt.jar classes

I'm using eclipse kepler with java SE 1.8 jdk system library but when I use any javafx classes or methods eclipse gives a warning like Access restriction: The type 'TableColumn' is not API (restriction on required library 'C:\Program…
17
votes
3 answers

Eclipse kepler can't install updates

After downloading updates it shows a error that can't install updates . An error occurred while uninstalling session context was:(profile=epp.package.cpp, phase=org.eclipse.equinox.internal.p2.engine.phases.Uninstall,…
Shervin Gharib
  • 728
  • 2
  • 14
  • 29
1
2 3
31 32