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

"java.lang.ClassNotFoundException: org.codehaus.jackson.map.ObjectMapper" in Eclipse Mars

I was able to run the same Struts 2 application in previous version of Eclipse. But when I tried to run it in Mars.1, it is giving the below exception: Nov 25, 2015 1:16:56 PM org.apache.catalina.core.StandardWrapperValve invoke SEVERE:…
vikas
  • 1,318
  • 4
  • 16
  • 33
3
votes
3 answers

Jsp showing error

I am getting the error in my eclipse mars. It won't show any pop up for that these errors. And I am able to successfully run even after the errors, though in this particular case that that is also a issue. I had to run my server again and again,…
User
  • 483
  • 4
  • 19
3
votes
1 answer

The value of strings doesn't appear in eclipse mars CDT

Why does the value of strings in Eclipse Mars CDT not appear in the expression or variables windows? It appears {...} but i want to see the value itself under the value tab. How can i do this?
user1673892
  • 409
  • 2
  • 5
  • 17
3
votes
2 answers

Eclipse Git Configuration System Settings is disabled

I'm working with Eclipse Mars, on Windows 7 64 bits and I recently discovered that when I clone a repository using eclipse built-in git clone feature, CRLF are not added to the files, and they are cloned with only LF at the end. I checked Eclipse…
X3ro
  • 85
  • 1
  • 7
3
votes
1 answer

How do I pin to the windows taskbar a running version of Eclipse Mars?

An issue that previous versions of Eclipse had is that if I pinned the exe to my Windows Taskbar, there would be two icons. As an alternative, I could pin the running EXE to the taskbar and it would work just fine. Now that Eclipse Mars is out, this…
Jason Thompson
  • 4,643
  • 5
  • 50
  • 74
3
votes
2 answers

Javascript Open Declaration (Ctrl+Click) broken after upgrading to Eclipse Mars

After upgrading from Eclipse Luna to Mars, I found that the Ctrl+Click/F3 drill-down functionality (Open Declaration) does not work anymore, throwing an error: Problems opening an editor. See error log for more details. The following entries…
Giovanni
  • 332
  • 3
  • 12
3
votes
3 answers

Removing whitespace from an 'if else' block with eclipse formatter

I currently have Eclipse formatter set up to format an 'if-else' statement like so: if(condition) { return foo; } else{ return bar; } Note the space between the closing parenthesis of the condition, and the opening bracket of the true block -…
Numeron
  • 8,723
  • 3
  • 21
  • 46
3
votes
4 answers

Eclipse MARS: MercurialEclipse install reports "Invalid byte 1 of 1-byte UTF-8 sequence"

The exact error message is... com.sun.org.apache.xerces.internal.impl.io.MalformedByteSequenceException: Invalid byte 1 of 1-byte UTF-8 sequence. Plugin: org.eclipse.equinox.p2.updatesite 1.0.500.v20150423-1455 Message: Error reading update site…
jeff porter
  • 6,560
  • 13
  • 65
  • 123
3
votes
3 answers

On Eclipse Mars, I can't see 1.8 in the compiler compliance level menu

I'm using Eclipse Mars and I can't see 1.8 in the compiler compliance level menu. Prehaps, it is because I used this option to import all my plugins from my Eclipse Kepler installation. Maybe it also import preferences that causes this problem. I…
Clemzd
  • 895
  • 2
  • 15
  • 35
3
votes
2 answers

Eclipse Mars DDMS only shows first letter in Level and no Messages

I upgraded Eclipse Luna to Mars. Now in my DDMS perspective, the only column available was the Level and there only the first letter of each entry was shown (as here: Eclipse LogCat shows only the first letter from each message). In order to fix…
barq
  • 3,681
  • 4
  • 26
  • 39
3
votes
0 answers

DDMS invisible after Eclipse upgrade Luna to Mars

I updated Eclipse Luna to Mars. Now my DDMS perspective has invisible entries when I attach my phone. I can click on them and enable debugging but they have no labels. How can I fix this?
barq
  • 3,681
  • 4
  • 26
  • 39
2
votes
1 answer

Unable to download Spring Tool Suite(STS) in eclipse mars.2

I am trying to install the Spring Tool Suite(STS) in my eclipse mars.2 via eclipse market place (eclipse->Help[tab]->Eclipse market place). When I search for STS in the search bar 0 result is returning. Can anyone help me why this is…
Jithin Jose
  • 65
  • 1
  • 8
2
votes
1 answer

Upgrade from Eclipse Mars to Photon on Ubuntu cause problems

Hi I am wondering if anyone found some similar issues upgrading from ubuntu machine. I upgraded from eclipse mars to eclipse photon and when I try to run my Tomcat 8 server I get the following error. Plug-in "org.eclipse.jst.server.tomcat.core" was…
Jason Delaney
  • 458
  • 8
  • 21
2
votes
1 answer

HTML Syntax error in eclipse for angular directives - Attribute name must be followed by the ' = ' character

Hi i am facing a strange issue here. I am trying to apply angular pagination in my application. I am trying to implement the code example given here I added everything perfectly.My application is in java spring framework. My code is below. I am…
Pranav MS
  • 2,235
  • 2
  • 23
  • 50
2
votes
0 answers

I can't use Ctrl+H to open search dialog in Eclipse

I am using Eclipse Mars version 4.5.2 in that Ctrl+H is not working, am using Linux Centos 7. I have tried uninstalling the old one and installing new Eclipse Mars and created new workspace, then also I can't use Ctrl+H. What do I need to do to…
Ajmalriyaz
  • 37
  • 6