Questions tagged [eclipse-mars]

Mars is the code name for Eclipse 4.5 which was released on June 24, 2015. Mars.1 and Mars.2 are the code names for the Eclipse 4.5.1 and 4.5.2 fix releases. Use this tag for questions which are specific to this Eclipse release, in most cases you should also specify the eclipse tag.

This is in old release of Eclipse.

Official site for Eclipse Mars: https://eclipse.org/mars

Help for Eclipse Mars: https://help.eclipse.org/mars

316 questions
44
votes
13 answers

Having problems pinning Eclipse Juno/Luna/Mars shortcut to windows 7 taskbar

I can't seem to properly pin a shortcut to Juno. I've never had this problem with earlier versions of Eclipse. I've already tried this approach How to make Eclipse behave well in the Windows 7 taskbar? But that didn't do it for me. What happen is…
31
votes
5 answers

Where is the location of 'plugins' directory for eclipse mars in mac OSX?

I was trying to install the eclipse plug-in for an assignment. But the problem is, my installed eclipse's version is mars, which means I can not find the location of the 'plugins' directory, which was used to save plug-in jar files. I've updated the…
Cho4sure
  • 313
  • 1
  • 3
  • 4
27
votes
3 answers

How to upgrade new version of Eclipse instead of using new downloaded package?

I am looking for steps to upgrade my current Eclipse version (Mars) to latest version (Oxygen) because I have been using Mars for past long time so that contains all the settings, plugins and all the histories so I would like to retain the same and…
Ganesa Vijayakumar
  • 2,422
  • 5
  • 28
  • 41
24
votes
2 answers

Git commit not possible. There are no staged files

I am using EGits with Eclipse and running into some issues. I have one change from head; I have made one new class. When I right click on this class and click "push", the following dialog shows and I cannot get past it : Anyway, I need to push…
Simon Kiely
  • 5,880
  • 28
  • 94
  • 180
22
votes
9 answers

Run Ant on Eclipse Mars with Java 1.6

I downloaded the latest release of Eclipse (Mars) and changed the required Java version to 1.6 in eclipse.ini file as my project uses Java 1.6. I configured installed JREs inside Eclipse to use Java 1.6. But when I try to execute my ant target it…
21
votes
3 answers

How can I upgrade Eclipse Luna to Mars from Eclipse?

I tried upgrading from Luna to Mars by following the instructions here: https://wiki.eclipse.org/FAQ_How_do_I_upgrade_Eclipse%3F I added the Mars repository http://download.eclipse.org/releases/mars as an update site and then did check for updates.…
barq
  • 3,681
  • 4
  • 26
  • 39
16
votes
2 answers

Eclipse Mars: How to Stop Updating Error Reporting Database

I was using Eclise Mars version IDE.. Every Time I Start Eclipse,then "Updating Error Reporting Database" will come and hanging Eclipse.Please give me a solution for this problem..
Mani Kasi
  • 240
  • 1
  • 2
  • 16
16
votes
1 answer

Enforce JDK8 Doclint in Eclipse

Is there a way to get Eclipse Mars JDT to enforce the new, stricter, JDK8 "doclint" standards such that error levels in Eclipse match the javadoc tool? It seems much has been written about disabling the Linter, but I want to do the opposite: leave…
Adam Lewis
  • 933
  • 7
  • 9
16
votes
2 answers

How to force the Eclipse Mars 4.5 formatter not to join already wrapped lines?

I've just moved from eclipse Kepler to eclipse Mars and my Java formatter seems not to behave the same way anymore. I used to be able to do the following: object .method1() .method2() .method3(); The formatter would keep my code like…
Crystark
  • 3,693
  • 5
  • 40
  • 61
14
votes
6 answers

Eclipse Mars : The configured runtime is insufficient to provide an implementation for JAXB2.2

Eclipse version : Mars. JDK 1.8. I want to create a JAXB project. In the JAXB Facet page, there is the following error: The configured runtime is insufficient to provide an implementation for JAXB2.2 Could you give me some suggestions on how I can…
Tianyu Zhu
  • 141
  • 1
  • 1
  • 3
14
votes
2 answers

What does the bundle pool option in the Eclipse installer has to offer?

The Mars release of Eclipse IDE introduces the Oomph installer to manage Eclipse setup. It has an advanced mode where you can select a directory as "Bundle Pool", create "Agents", etc. So, what is the concept behind all that and wherein lies the…
Jens Piegsa
  • 7,399
  • 5
  • 58
  • 106
12
votes
3 answers

SonarLint is not showing all records compared to referenced SonarQube server

We are using SonarQube server version 5.3 with SonarLint 2.0 in connected mode. As an IDE we use Eclipse Mars 2.0 and when we compare results found by SonarQube server with results found by SonarLint within IDE, the results differ (example file 274…
Uhla
  • 368
  • 3
  • 11
9
votes
3 answers

Ubuntu 16 LTS - Eclipse window preferences not working properly

I've just installed Ubuntu 16.04 LTS. I downloaded a fresh Eclipse on March 2 for Linux 64-bit. I am using the latest Oracle hotspot JDK 1.8 update 91 release. The first thing I noticed, while trying to enable Eclipse general preferences to show…
99Sono
  • 3,554
  • 27
  • 39
9
votes
1 answer

Backspace key is reverted in Eclipse Mars

My backspace key in Eclipse Mars (4.5.0) works like the delete key: it deletes the right character instead of the left one. That's really confusing Maybe I accidentally used a shortcut key? I tried to restart Eclipse but it didn't work. I also tried…
Mathieu
  • 195
  • 1
  • 6
8
votes
1 answer

Profile id _SELF_ is not registered error while installing new plugin in eclipse mars

I am trying to install plugin from Eclipse Marketplace, but while installing Spring core ide plugin I am getting Profile Id not registered error. I am using Eclipse Mars. I am using Windows 7 ultimate version.
OnkarG
  • 267
  • 1
  • 3
  • 16
1
2 3
21 22