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

Eclipse Mars: Content Assistant doesn't complete when pressing dot

When I type in the first part of a local variable name and press Ctrl+Space in order to show up the content assistant, then it displays the full name of the variable and preselects it. In Eclipse Luna release the full name becomes inserted if you…
PAX
  • 1,056
  • 15
  • 33
7
votes
2 answers

How to move Eclipse.app under /Applications on MacOS?

I used the fancy new installer to install Eclipse Mars on my OS X box and since it was asking for a folder and had a lot of fiddly config details to set, I wasn't sure what it was going to do to my system so I created a new folder…
user1944491
  • 559
  • 1
  • 8
  • 24
7
votes
1 answer

How can I remove Eclipse Mars Jboss Tools Toolbar item

I have installed Eclipse Mars and have also installed the Jboss Tools from the eclipse marketplace. My issue is that after installing the JBoss tools, I seem to have a set of controls for the server in my menu bar, that have been created in the…
Rob Wilson
  • 1,123
  • 1
  • 8
  • 13
7
votes
1 answer

How to show all files extensions in Eclipse tabs

I'm using Eclipse Mars on Ubuntu and need it to show all my file extensions on the top of every open tab. Currently, on CDT it shows all file extensions for C files but hides the extensions for some other file types (specifically Cython files). For…
Max Segal
  • 1,955
  • 1
  • 24
  • 53
7
votes
4 answers

Eclipse Mars not showing Jboss Server

Here is the things I tried In Eclipse Mars go to Help-> Install New Software Click on add button and paste the URL of the update site which is in our case: Eclipse Mars tools for Jboss Now select the JBossAS Tools plugin and Click "Next" EDIT…
Subodh Joshi
  • 12,717
  • 29
  • 108
  • 202
7
votes
3 answers

Eclipse v4.5 without delta-pack: How to perform a multiplatform headless PDE build?

Now that eclipse 4.5 is out and the eclipse team decided to not build the so-called "delta-pack" anymore, I don'tknow how to perform a PDE headless build with ant.. Official PDE build documentation here…
titou10
  • 2,814
  • 1
  • 19
  • 42
6
votes
3 answers

PyDev: Running code to interactive console

As my problem is quite simple I'll try to make this question simple aswell. The problem I'm having concerns the PyDev interactive console. I can bring up the console just fine without problems, and even use it as an interactive shell, just as I…
VictorK
  • 61
  • 3
6
votes
1 answer

What's the right way to work with a different C++ compiler in a CDT project?

I use Eclipse CDT Mars.2 (and Neon RC), on Linux. My distribution's default C++ compiler is GCC 5.3.1, but for some of my work I use GCC 4.9.3. I would like everything regarding my project to use GCC 4.9.3: The tool discovery, the C++ standard…
einpoklum
  • 118,144
  • 57
  • 340
  • 684
6
votes
4 answers

Can't find Tomcat Runtime in Eclipse Mars

I am new to web programming in Java and I am struggling with some problems. I want to create a new runtime server using Tomcat, but the only things that I can select from Apache folder are Geronimo related. I have installed all the adapters for…
user3662714
  • 93
  • 1
  • 4
6
votes
3 answers

Multiple "Open a Terminal" icons keep appearing in Eclipse toolbar

Lately I noticed that every now and then a new "Open a Terminal" icon appears on my Eclipse toolbar. Right now it looks like this, almost taking all the width of the window: Did anyone encounter such a strange behavior ? FYI This is Eclipse Mars.1…
6
votes
1 answer

Increase the maximum number of javadoc warnings when compiling with Ant

I recently upgraded my development environment from Java 7 to Java 8, which now finds a large number of previously-undetected javadoc issues. By default, Ant (invoked via Eclipse Mars) limits its warnings (and I assume errors) to 100: Is there any…
Parker
  • 7,244
  • 12
  • 70
  • 92
6
votes
2 answers

Eclipse Mars hover over methods is black after update

I updated to Eclipse Mars. Now if I hover over methods I have black text on black background. Before updating from Luna I had yellow background, black text. How can I configure this hover over for methods? I am on Ubuntu 14.04.2 LTS.
barq
  • 3,681
  • 4
  • 26
  • 39
5
votes
1 answer

Why do Eclipse use an older version of code when exporting a Runnable Jar?

I have a project that works perfectly fine when I run it in eclipse. However when I export it as a runnable Jar, it gives me an older version of the project, from a couple days ago. I have no idea why or how it is exporting the older code and files…
user5628280
5
votes
1 answer

Where are plugins/tools installed from the Eclipse marketplace located on linux? (Mars)

I installed Instasearch from the MarketPlace, and wanted to do some configuration on it. So I started looking for the installation directory but couldn't find it. I have searched all the eclipse and system directories and still no luck. So generally…
Andle
  • 71
  • 1
  • 1
  • 5
5
votes
0 answers

Eclipse Neon does not compile; ambiguous methods

we want to upgrade from Eclipse Mars to Neon, but our projects do not compile. In Mars, the following code compiles: public class AmbiguousMWE { private > void foo(final C c, final Function b) {} private…
benez
  • 1,856
  • 22
  • 28
1
2
3
21 22