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
5
votes
2 answers

How can I get rid of Eclipse Git "conflict" icons after all merges are resolved?

I get the Git conflict icon in Eclipse on lots of files, even though it seems that I resolved any possible conflicts. In Eclipse 4.5.2, in the Project view, I select a project root and do right-click -> Compare to branch origin/master. Next, we see…
Joshua Fox
  • 18,704
  • 23
  • 87
  • 147
5
votes
1 answer

HibernateTemplate is throwing java.lang.NoSuchMethodError: org.hibernate.Session.getFlushMode() -- Spring4.2.6, Hibernate5.2

I have looked around similar postings with SessionFactory and missing Main(). My problem is not related to them. Not sure if any jar is a mismatch. I am trying a sample Spring4.2.6 with Hibernate5.2 code using JDK8 and getting this…
ludwig17
  • 53
  • 1
  • 5
5
votes
0 answers

Eclipse 4.5.2 with m2e 1.6.2 - Launching delegate

this is not an implementation issue. Whenever I am launching application from Eclipse, I can see in progress tab line "Launching: Launching delegate", which freezes on 62 percent. I tried to profile eclipse, I can see that most time is spent here…
Jan Hruby
  • 1,477
  • 1
  • 13
  • 26
5
votes
0 answers

Eclipse editor draws horizontal/vertical lines during scrolling down/right

The following thing happens when I just scroll down/right the code in the editor using the mouse (both using the wheel and the click-and-scroll, with the keyboard the problem doesn't exist). It clearly looks like an editor re-paint problem.…
PeppeMir
  • 163
  • 7
5
votes
3 answers

When Google plugin for Eclipse 4.5 ( Mars ) would be available?

It's several weeks that Eclipse 4.5 (Mars) has released, but there is no news about official google plugin for this version yet. Does anybody know when we can desire to have this plugin?
Ehsan Khodarahmi
  • 4,772
  • 10
  • 60
  • 87
5
votes
1 answer

How to have Eclipse console show the same GoogleTests output as in the terminal?

I use GoogleTest extensively and the output in the cosole looks like this: When I run the same from within Eclipse (using Eclipse Mars latest as of today) I get the following output with no colors and junk characters (are not visible just pasting…
SkyWalker
  • 13,729
  • 18
  • 91
  • 187
5
votes
2 answers

Eclipse: Maven project builder generating NullPointerException when building workspace

I'm using STS, with the following version info Spring Tool Suite Version: 3.7.0.RELEASE Build Id: 201506290652 Platform: Eclipse Mars (4.5.0) I have imported a number of Maven projects. When Eclipse is automatically building my workspace, this…
Dave
  • 15,639
  • 133
  • 442
  • 830
5
votes
3 answers

Can't find CVS in import options in new Eclipse Mars

I was using Luna and now thinking about an upgrade to Mars. I can't find the CVS option in Import which was available in Luna by default. Did they remove it in Mars.?
Saif
  • 6,804
  • 8
  • 40
  • 61
5
votes
2 answers

Eclipse Mars - The currently displayed page contains invalid values

I'm using Eclipse and was experimenting with WebDriver, DBunit, Maven and the likes. One fine moment I needed to add a Reference Library (right click project > Properties > Java Build Path), and I'm suddenly getting the error "The currently…
Dragonfly
  • 217
  • 1
  • 2
  • 15
5
votes
2 answers

Eclipse (Mars) not getting started after a java Upgrade

When I am starting the eclipse I am getting this error. -vm argument contains the path of the java.exe which is not their in my system possible after a java upgrade. How Can I correct this? Java was started but returned exit…
kushwah_a
  • 135
  • 2
  • 9
4
votes
1 answer

Eclipse mars hangs on "preparing launch delegates"

I am using eclipse mars with jboss 7.1 and jdk1.7 When I start my server it shows "preparing launch delegates" inprogress. Server not changing from starting to started.
Velan K
  • 51
  • 1
  • 4
4
votes
1 answer

Installed MacVim, and now Eclipse is opening JSP files in it when i don't want it to

I'm using this version of Eclipse Version: Mars.2 Release (4.5.2) Build id: 20160218-0600 on Mac Sierra. I just installed MacVim and now whenever I try and open a JSP file within Eclipse (using Shift ⇧+Command ⌘+R for example), the file is getting…
Dave
  • 15,639
  • 133
  • 442
  • 830
4
votes
2 answers

Eclipse can't find include file in subdirectory

After importing a c++ Makefile-project into Eclipse, my project depends on some libraries which are located in /usr/include/gazebo-2.2/gazebo. These are included via the line #include < gazebo/xx/xx.hh>. CMake doesn't have a problem finding the…
sanderarts
  • 324
  • 2
  • 10
4
votes
3 answers

How to enable remote debugging for an Eclipse Application?

Im trying to enable remote debugging for an eclipse plugin project, for the purpose of using IntelliJ IDEA as a debugger. The steps I've taken so far: Launch Eclipse. Run -> Debug Configurations... Create a new "Eclipse Application" (as to launch a…
Pétur Ingi Egilsson
  • 4,368
  • 5
  • 44
  • 72
4
votes
1 answer

How to uninstall Eclipse Mars which was installed using Oomph installer?

I installed Eclipse Mars using Oomph installer on Centos 7. How do I uninstall it cleanly?
Balaji Sukumaran
  • 185
  • 1
  • 12
1 2
3
21 22