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

Eclipse Mars Glassfish 4.1 - Key value shall not be null

I will integration Glassfish 4.1 on Eclipse Mars. But I received an error when glassfish started. "Key value shall not be null." I could not find resolition anywhere. But after one day found out resolition. There are a few missing starting…
4
votes
1 answer

Why do I get an "invalid values" error when I try to access the network settings on Eclipse Mars?

I tried to access the eclipse marketplace and it failed, so I went to check the networking settings and got this: If I continue the Network Connections tab does not load at first but after clicking off it and on it I can get it to load but Active…
Tim B
  • 40,716
  • 16
  • 83
  • 128
4
votes
2 answers

Unable to install LLVM toolchain for Eclipse CDT

Im trying to get Clang working again on Eclipse and therefore I've tried to install the LLVM toolchain over the Eclipse Marketplace. But when I click Confirm to procceed with the installation I get the following error Unable to read repository at…
LxSwiss
  • 547
  • 1
  • 7
  • 20
4
votes
1 answer

How to configure code Formatter in Eclipse to add new line after each element in enum?

When I format an enum using Ctrl + Shift + F in Eclipse It does not add a new line after each element in enum. Like this public enum MyEnum { ELEMENT(0),ELEMENT(1); } But I need a format like this: public enum MyEnum { ELEMENT(0), …
वरुण
  • 1,237
  • 3
  • 18
  • 50
4
votes
1 answer

Eclipse 4.5 (Mars) formatting: No white space between generic extends and implements in Class declaration

I use eclipse 4.5 to create a class like this: public class GenericTest extends ArrayListimplements Comparator { ... } However, as you can see, the formatting is weird since there is no white space between the generic type…
beosign
  • 433
  • 5
  • 10
4
votes
1 answer

Eclipse Mars blurs

After working with Eclipse Luna for a few years I decided to migrate to Mars. I noticed that when I move to the right with the h-scroll it becomes blurred. I am working with Ubuntu 14.04 in a laptop Compaq 6710b. Can someone help me with this…
ric128
  • 41
  • 7
3
votes
0 answers

Can we run Junit5 cases in eclipse mars?

Shall we run Junit5 with eclipse-mars Below are the jars added into build path
3
votes
2 answers

Eclipse mars is too slow.. Always busy in scanning classpath

I am using eclipse mars 4.5. Problem is, it always busy with scanning class path that actually makes eclipse too slow to work on. I am working on the multimodule OSGI projects, so there are around 30 projects in the workspace and eclipse every time…
sahab singh
  • 351
  • 2
  • 4
  • 8
3
votes
1 answer

An internal error occurred during: "Installing Software". The profile is currently in use

When I am trying to install E-git plugin from the http://download.eclipse.org/egit/updates in Eclipse Mars.1 Release (4.5.1) at ubuntu 14.04 LTS but its give me error: An internal error occurred during: "Installing Software". The profile **is…
user6151162
3
votes
2 answers

Installed a plugin on eclipse (mars), now eclipse won't start. How can I uninstall the plugin?

I installed a plugin for viewing json files, its the "json tool" by sweetlemonade. Anyway, after installing it I tried to view a json file (very large file) which I thought the plugin might be able to handle. Well, eclipse crashed when I did this.…
dalvacoder
  • 455
  • 7
  • 18
3
votes
1 answer

Eclipse Mars: Unable to read repository at http://vaadin.com/eclipse/plugins

I tried to install Vaadin plugin on Eclipse Mars. I got this error.. An error occurred while collecting items to be installed session context was:(profile=epp.package.jee, phase=org.eclipse.equinox.internal.p2.engine.phases.Collect, operand=,…
vsriram92
  • 593
  • 1
  • 4
  • 15
3
votes
1 answer

Eclipse Mars crashes when attempting to add GlassFish 4 Server

When I am trying to add a new GlassFish Server (Servers -> New -> Server -> GlassFish 4) Eclipse Mars just crashes (without any errors). Reinstallation of IDE and GlassFish not helped. Maybe someone faced such problem? Help me please. I am using…
minGO
  • 53
  • 3
3
votes
1 answer

Eclipse, lambdas and Java 8 templates

Is there a reason the Eclipse content assits doesn't work in/around lambdas? In a normal case Eclipse usually does this after writing a dot: Which works just fine like anywhere else. However just a couple of lines later I get nothing: Both objects…
breakline
  • 5,776
  • 8
  • 45
  • 84
3
votes
1 answer

How to uninstall standard plugins from Eclipse Mars (4.5.1)

I want to remove most of the standard Eclipse (Mars 4.5.1) plugins (e.g. Mylyn or Git) to get a leightweight Eclipse installation. But the Uninstall button in the Installation Details dialog is disabled for these standard plug-ins. Is there any…
3
votes
1 answer

Eclipse Mars crashes when entering SVN settings with JavaHL library added

I have installed Eclipse Mars on Ubuntu 14.04 and added SVN support by installing Subclipse. I followed CollabNet instructions to enable JavaHL support. When I launch Eclipse (from the command line or from the launcher) and go to Window ->…
Michał Maluga
  • 453
  • 3
  • 14