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

How can I prevent Eclipse from supplying deprecated classes when importing?

I have a recurring problem using Eclipse. Consider the following example: As you can see I've pressed Ctrl+Shift+O. I can choose from a deprecated and a non-deprecated annotation. My problem is that I am often supplied with dozens of classes and…
Adam Arold
  • 29,285
  • 22
  • 112
  • 207
15
votes
1 answer

Show date details in EGit history

Hi I just installed Kepler and started using EGit. In the history view, changes checked in in the past are showing as xx days/weeks/months ago. Instead of these notations, I want to see the datetime details (or best to have both along side each…
user1589188
  • 5,316
  • 17
  • 67
  • 130
15
votes
5 answers

Eclipse Kepler auto exit on loading workbench with error

When i start eclipse, on splash loading window, eclise auto exit with error: !SESSION 2013-09-05 14:52:04.771 ----------------------------------------------- eclipse.buildId=4.3.0.I20130605-2000 java.version=1.7.0_25 …
Sonrobby
  • 3,112
  • 8
  • 30
  • 38
14
votes
1 answer

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 is a preconfigured xml file which says that maven…
LAC
  • 852
  • 4
  • 11
  • 31
13
votes
3 answers

Can't find the marketplace in Eclipse Kepler

I'm working with a fresh copy of Eclipse Kepler but I'm unable to find the marketplace. I know it's normally under 'Help' but it's not there. Is there an option to make it visible again? Mayby good to know, I'm working on Ubuntu 12.10
Tom Jonckheere
  • 1,630
  • 3
  • 20
  • 37
12
votes
0 answers

Eclipse not refreshing files using native hooks or polling

I'm using Eclipse Kepler on OS X 10.9.2, and editing non-Java (HTML/JS/CSS) files in Sublime Text. I've checked "Refresh using native hooks or polling" from Window > Preferences > General > Workspace , but nothing is actually refreshed until I…
timbrell
  • 151
  • 4
12
votes
11 answers

Ant not working in Eclipse Kepler (Java Virtual Machine Launcher - A Java Exception has occured)

I recently upgraded to Eclipse Kepler, and am having issues with Ant. I am getting the Java Virtual Machine Launcher - A Java Exception has occurred error no matter which target I choose in my build files. I tried reinstalling my JDK, and I still…
Pink Jazz
  • 784
  • 4
  • 13
  • 34
12
votes
2 answers

Eclipse - Reference to undefined variable jrebel_args

After uninstalling JRebel from Eclipse Kepler (on Ubuntu 12.04), when I try to run my web app on server I get the following error: 'Starting Tomcat v7.0 Server at localhost' has encountered a problem. Reference to undefined variable jrebel_args. How…
Javide
  • 2,477
  • 5
  • 45
  • 61
11
votes
4 answers

Sticky tag for file is not a branch - CVS

I'm trying to commit my changes to the repository server (using CVS) in Eclipse Kepler, but when I do I get the following error which I've never seen before: The server reported an error while performing the "cvs commit" command.…
user818700
11
votes
4 answers

How to check for the JRE version in eclipse?

How to check which version of JRE the eclipse is using ? This section : Window--->Preferences--->Java shows by the name of JDK :
Suhail Gupta
  • 22,386
  • 64
  • 200
  • 328
11
votes
3 answers

Eclipse menus disabled on OS X 10.9 Beta 6

today I opened my eclipse as usual but I wasn't able to do anything. All menus except the preferences are grayed out, disabled. I'm on a Mac Mavericks Beta 6 & Eclipse Kepler Do u have any hints for me? Restart of Eclipse or the complete mac didn't…
Hons
  • 3,804
  • 3
  • 32
  • 50
11
votes
5 answers

Why can't I type an asterisk in Eclipse?

I just upgraded Eclipse from Juno to Kepler, and suddenly I can no longer type asterisks. I have to open up a text editor, type the asterisk there, then copy-paste it into Eclipse. I can type an asterisk in Eclipse when I am using Find/Replace,…
Dasmowenator
  • 5,505
  • 5
  • 36
  • 50
10
votes
4 answers

Why does Eclipse Kepler SR1 error with : JAX-RS 2.0 requires Java 1.7 or newer

I have a maven project that give the following two errors JAX-RS (REST Web Services) 2.0 can not be installed : One or more constraints have not been satisfied. JAX-RS (REST Web Services) 2.0 requires Java 1.7 or newer. I have JDK 1.6 installed (I…
jeff porter
  • 6,560
  • 13
  • 65
  • 123
8
votes
2 answers

Best startup JSF 2.2 archetype

What is the best maven archetype to start a JSF 2.2 project in Eclipse EE with? I am currently learning JSF and am looking for a clean maven archetype to start my JSF project with. I tried a few archetypes with jsf in the title, but they don't seem…
Martijn Burger
  • 7,315
  • 8
  • 54
  • 94
8
votes
5 answers

ANTLR4 Parser, Visitor not created

I'm new to ANTLR and trying to write grammar in ANTLR4 without any prior brush with the previous version. I'm following the book 'The Definitive ANTLR 4 Reference'. I use Eclipse and installed ANTLR4 IDE as given in here. I wrote the following…
Pacu
  • 163
  • 1
  • 2
  • 8
1
2
3
31 32