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

BIRT reverses the order of columns when generating XLSX

I have a BIRT report that works fine when exporting to HTML or using the web view, but when I make an excel file all the columns are reversed. The column that should be rightmost is all the way on the left and vice versa. I also had some weird…
Jordan Bentley
  • 1,309
  • 1
  • 8
  • 28
0
votes
2 answers

Error while installing e(fx)clipse plugin on Eclipse Mars.1 IDE

I'm trying to install the eclipse plugin e(fx)clipse on my eclipse mars.1(4.5.1). Currently when I go to Help -> Install New Software... , Paste this link (http://download.eclipse.org/efxclipse/updates-released/2.0.0/site) into the "work with" text…
0
votes
1 answer

Project throws errors from everywhere interfaces methods are overwritten after converting to maven

I have few Eclipse Java Projects and I converted them into Maven. All the projects are showing errors where interface methods are overwritten. But I when I run "mvn clean" it does show as build success. Also when I remove the maven nature, the…
AnOldSoul
  • 4,017
  • 12
  • 57
  • 118
0
votes
0 answers

Why is java util logger printing certain messages in German?

I have used java util logging for my application. I noticed that certain properties such as the month name and even certain log levels are getting printed in German. Dez 10, 2015 8:50:26 AM com.kube.common.HidCommunication…
AnOldSoul
  • 4,017
  • 12
  • 57
  • 118
0
votes
1 answer

Eclipse Show blank messages in Logcat

I have upgraded my eclipse from Luna to Mars 5.1. After upgrading eclipse it didn't show logs in logcat. Instead of this it shows a blank log screen.
Sandeep Singh
  • 1,117
  • 2
  • 11
  • 29
0
votes
0 answers

Eclipse and Genymotion Emulator

I am having Eclipse MARS for Java EE with ADT plugin and with Genymotion emulator, The problme is when I start Genymotion emulator the log cat is started to be filled with a lot of stuff starting with DHCP, Genybaseband, connectivityservice etc…
0
votes
1 answer

Always getting back same Integer

Got a homework question asking me to take two user inputs, compare them, and input them into an equation. This is my template: ($t1 + 5) - ($t2 * 2) = result However, I seem to be getting a return value of 5 (or 05) every time I run it. I'm not too…
Saigo no Akuma
  • 147
  • 1
  • 1
  • 11
0
votes
1 answer

Adding Equinox to Eclipse Mars

I am trying to develop some applications under OSGI platform and to do that ,i must use Eclipse (Mars version) that contain Equinox. My question is : How to add Equinox to Eclipse Mars ?
0
votes
1 answer

Eclipse reporting error while run wildfly server

Running Wildfly server in Eclipse is reporting an error below in red: OpenJDK Server VM warning: ignoring option MaxPermSize=256m; support was removed in 8.0 Eclipse is running under Ubuntu. I'm not that familiar with Java, but I guess there is a…
RegarBoy
  • 3,228
  • 1
  • 23
  • 44
0
votes
0 answers

How do I get my Maven plugin to execute as part of running a JUnit test in Eclipse?

I’m using Eclipse Mars, JUnit 4.11, Hibernate 4.3.6.Final, and JPA 2.1. I have imported a Maven project into Eclipse using the m2e plugin. I have this plugin in my pom.xml file …
Dave
  • 15,639
  • 133
  • 442
  • 830
0
votes
1 answer

Includes in Eclipse Mars C++

I have defined the function int getRandomNumber() in my Main.cpp file. Outside if this file, there are classes, made up of header files and class files. The function int getRandomNumber() cannot be accessed from inside other class files for some…
Lucien
  • 776
  • 3
  • 12
  • 40
0
votes
0 answers

Error with JSP Tomcat Server

I am working on JSP using eclipse mars with tomcat 8, when I run my server it sometimes shows the port is being by another program and when I change it it then shows Server tomcat at localhost failed to start, 'Server at localhost' has encountered a…
psahani
  • 1
  • 1
0
votes
1 answer

Eclipse Mars hidden windows in Mac OS X

I'm having one issue on Mac OS X El Capitan with Eclipse Mars and menu windows. When a menu window opens a new window, it shows in the back of the first one, and moves along with it (if I move the first one, the second one moves with it, but not the…
carcaret
  • 3,238
  • 2
  • 19
  • 37
0
votes
1 answer

Eclipse debugging error with 64 bits libXL

When trying to debug this Eclipse CDT Project compiled with Mingw-w64 (build-info.txt) and clicked Debug as Local C/C++ Application, the following error is shown: Reinstalling Mingw-w64 didn't fix the problem. A sample Hello World C++ Project…
Prophet Daniel
  • 327
  • 2
  • 15
0
votes
0 answers

Java Code Completion in Groovy Files in Eclipse Mars

I don't get any Java code completion in a groovy editor in Eclipse Mars. It seems that in older Eclipse versions the Java completion was available: Eclipse content assist not working for Java objects within Groovy files I have a newly installed Mars…
Gregor
  • 2,917
  • 5
  • 28
  • 50