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

Eclipse Marketplace Not Showing All Search Results

I'm having an issue with the eclipse marketplace where doing a search doesn't show all available results. Searching for "java" I get a list of about 10 available plugins and at the bottom it says "156 matches. Browse for more solutions." The…
tjwrona1992
  • 8,614
  • 8
  • 35
  • 98
2
votes
1 answer

Calculating requirements and dependencies extremly slow during Subversion SVN plugin installation on Eclipse Mars, why?

I am following this official guide to the SVN Suversive plugin installation on Eclipse Mars: https://eclipse.org/subversive/installation-instructions.php The problem is that it is taking a very absurde long time in the calculating requirements ad…
AndreaNobili
  • 40,955
  • 107
  • 324
  • 596
2
votes
1 answer

Run Apache Isis Application on Eclipse

I just started learning Apache ISIS. I have configured the application and imported into Eclipse(Mars). Can anyone tell me how I can run the application from eclipse.
deen
  • 2,185
  • 7
  • 29
  • 53
2
votes
1 answer

Eclipse mars, cannot open in mac os x

Eclipse mars, I installed it on my Mac OS X 10.11.3 it launched after finishing the installation but when I quit the app and trying to open again it cannot be opened with a dialog box message "Eclipse quit unexpectedly"
2
votes
2 answers

Eclipse referring old class files of Maven. Have to re-build the project everytime I make a single change

I am using Maven projects in my Eclipse workspace. But, somehow Eclipse is referring the old .class files while running the program. Hence, I have to re-build the complete project everytime I make any change to any java program. I have tried…
AnirbanDebnath
  • 990
  • 16
  • 26
2
votes
0 answers

FIXED! Eclipse Mars Console Closes As Soon As It Opens

I am new to java and don't relay know much but I know this is not meant to happen. I don't know how to explain it(besides saying it disappears as soon as it opens) so I made a video which you can find here Now that you know what is happening I was…
2
votes
2 answers

Eclipse keeps creating eclipse\.eclipseextension\feature folder in my Download folder on startup

I don't know what happend, but when I recently installed Eclipse Mars (4.5.2) on my new PC, whenever I start it, it creates an empty folder structure in my Download folder, and I can't seem to find anything in the settings to dissable this. Anyone…
Fuzzel
  • 155
  • 12
2
votes
1 answer

Convert Eclipse Project Using CVS to Use Git

I am using Eclipse Mars for a Java EE project that currently uses CVS. I am in the process of migrating the source code along with its version history to Git. When this is achieved, I want to remove any references to CVS from the project and…
Lyndon
  • 573
  • 6
  • 24
2
votes
1 answer

Eclipse Mars freezes on Subclipse Password store

I've got a current Eclipse Mars installation on an Ubuntu 12.04 here which seems to work fine, but unfortunately, whenever I choose to store the password for the svn repository, Eclipse freezes. If I don't check the "Store Password" checkbox,…
Florian Schaetz
  • 10,454
  • 5
  • 32
  • 58
2
votes
1 answer

Why isn't Eclipse CDT adding a comment after closing namespace braces?

I'm using Eclipse CDT Mars.1 (4.5.1) to write some C++ code. When I type in namespace foo {, Eclipse completes this with the closing namespace brace, two lines below. Now, I also want a comment on that closing brace, i.e. namespace foo { } /*…
einpoklum
  • 118,144
  • 57
  • 340
  • 684
2
votes
2 answers

Adding Java EE into existing Eclipse IDE

I wanted to add Java EE 7 into Eclipse Mars, but don't know how. How do I do this?
user2904668
  • 21
  • 1
  • 4
2
votes
1 answer

Eclipse XSL option missing in preferences

I am a newbie to Java, I am using Eclipse Version: Mars.1 Release (4.5.1). For XSLT transformations I need to use the saxon processor. But, when I navigate to Window -> Preferences -> XML I don't see the options for XSL. This is strange because my…
Kay
  • 799
  • 1
  • 11
  • 29
2
votes
0 answers

Disable in-Java expression language (EL) validation in Eclipse (Mars)?

I've recently upgraded my Eclipse to Mars. Now I get validation warnings from inside Java code where we use EL to programmatically create some components. The expressions seem to get validated. Q: How do you turn this off? The fix to generally turn…
Kawu
  • 13,647
  • 34
  • 123
  • 195
2
votes
1 answer

How to enable collapse/expand code blocks feature in eclipse

I'm using the following version of eclipse on windows 7 desktop. On my ColdFusion files opened in eclipse I don't see +/- symbols for collapsing/expanding blocks of code. On the tool bar I can't find any option for enabling this feature. I don't see…
nam
  • 21,967
  • 37
  • 158
  • 332
2
votes
0 answers

Eclipse CDT Mars - "Dark Theme" is not completely dark

I've just downloaded Eclipse CDT Mars.1 Release (4.5.1), which ships with its own "Dark Theme". I've activated the theme but my IDE does not become completely dark. This was also the case with the scroll-bars but I managed to override the color…
user3004369