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

How to enable Change Sets in Eclipse Mars?

I am trying to configure a new version of Eclipse and I cannot figure out how to get the "Show Change Sets" icon to show up on the Team Synchronize perspective. It looks like Mylyn comes with Mars and I even tried to install the mylyn Task List…
0
votes
1 answer

Installing SCM provider for use with m2e

When I try to materialize a Maven Project, it silently fails in Eclipse and gives a log entry !MESSAGE SCM provider is not available for scm:svn:http://do1s... After some googling and some dead links it is still not clear to me how to install such a…
J Fabian Meier
  • 33,516
  • 10
  • 64
  • 142
0
votes
0 answers

Eclipse RCP parts can not be moved after export

I have an Eclipse RCP e4 app that works fine when I launch it within eclipse. But when I export it using the export wizard the parts can not be moved around inside the perspective using drag&drop. I still can resize perspectives but…
Dmitry
  • 2,033
  • 1
  • 22
  • 31
0
votes
1 answer

How to Click on the Bookmark (which contains a URL) on an open page

The below steps will give you a better idea, what i am exactly trying to achieve. Open a URL, for example https://www.google.com in Chrome Browser. After the page has opened, i want to click on the bookmark namely "ABC", which has the URL…
0
votes
0 answers

Eclipse start, stop all running process

I have Eclipse Mars.1 When i start my Eclipse, it always start with some running process So when i Terminate that via Red button then start my work. So why this button are always enable when i start my Eclipse. I already google and apply some…
user3441151
  • 1,880
  • 6
  • 35
  • 79
0
votes
1 answer

Where in Eclipse can I find my project's workspace path

I already know about switching workspaces.. but it's not entirely clear what the exact workspace path is? I actually used this url as a reference: http://viralpatel.net/blogs/get-eclipse-current-workspace-path/ But if you do the switch workspace…
CA Martin
  • 307
  • 2
  • 7
0
votes
1 answer

Unresolved identifiers for C++ in Eclipse Mars IDE

Receiving debugger notifications in the IDE; however the project compiles and runs fine. I have added flags for X0 in an attempt to remedy the problem (thinking debugger software might be pre-c++11), but that has not remedied the issue. I'm…
StormsEdge
  • 854
  • 2
  • 10
  • 35
0
votes
0 answers

Content assist broken in Eclipse Mars 2?

I have written the word Preferences and after that word, standing with the cursor after the s, I pressed ctrl+space. What I expect is that an import should be added, namely import java.util.prefs.Preferences; The actual outcome is that nothing…
Anders Lindén
  • 6,839
  • 11
  • 56
  • 109
0
votes
1 answer

SonarLint: Unable to update data from server

When I add a new sonar lint server, I am getting the below error in eclipse mars2. Unable to update data from server 'sonar' Unable to write protocol buffer data to file…
0
votes
1 answer

After updating Eclipse Luna to Eclipse Mars, red x on maven projects has appeared

I just updated to Eclipse Mars from Luna and a red x is now near all my maven projects. They compile and run fine but the red x is very annoying. Anyway to get rid of it?
Arya
  • 8,473
  • 27
  • 105
  • 175
0
votes
1 answer

Prevent generating new timestamp for all eclipse plugins

I have an eclipse rcp product, which has one feature, which has many plugins. All of my plugins have 1.0.0.qualifier type syntax in the version numbers. When I change a plugin, the qualifier gets exported as a timestamp. However, it changes all…
ergonaut
  • 6,929
  • 1
  • 17
  • 47
0
votes
1 answer

Getting dependency error while installing JetBrains TeamCity in Mars.2 Release (4.5.2)

I am trying to install Team City Eclipse Plugin in Eclipse Mars latest release and getting the following error. Cannot complete the install because one or more required items could not be found. Software being installed: JetBrains TeamCity Java…
0
votes
1 answer

How to create an entity in real time from database table using Hibernate

I have to create an Entity in my application from Database table using Hibernate. I do not have table structure or schema before hand i.e. In my application, I will select a particular table from a list of tables . And from selected table, I 'll…
0
votes
2 answers

TestNG blocking?

My default suite of unit tests blocked after only 14 unit tests using (TestNG Eclipse Mars) no errors in the console. Blocked like this
0
votes
0 answers

Why in Eclipse I have not the autocomplete on the CSS attributes declared inline in my HTML?

I have installed the Java SE version of Eclipse Mars 2, then I have installed the WTP tools for Java EE for the web development (or I think that I have download all these stuff but I am not so sure). The problem is that if I write code into an html…
AndreaNobili
  • 40,955
  • 107
  • 324
  • 596