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
0 answers

getting error org.openqa.selenium.UnsupportedCommandException

I'm running a program for Login using selenium WebDriver and getting an error. What could be the reason? Exception in thread "main" org.openqa.selenium.UnsupportedCommandException: GIF89a Command duration or timeout: 156 milliseconds Build info:…
Chetna Mishra
  • 59
  • 2
  • 4
0
votes
0 answers

Spring tool suite giving error in eclipse

I am facing problem in creating starter project in Eclipse Mars. Can any one tell me how can I fix it.
Arpit
  • 448
  • 8
  • 26
0
votes
1 answer

Continuing issue with location simulator - non responsive to location change input

I have been having a running problem with the location simulator for the last couple of weeks. When I enter updates of Latitude and Longitude, I note that they do not have any effect on the actual location. Similarly, when I try to drag the map to…
0
votes
0 answers

installing eclipse-mars error linux ubuntu Error

I've downloaded Eclipse with c/c++ through ubuntu, virtual machine running on windows 8 with yoga-2 pro computer. this is the folder I have right now in my downloads folder, with a zip and an extracted folder. Now I navigate to that folder and run…
aviadm71
  • 53
  • 1
  • 9
0
votes
1 answer

Gives exception "java.lang.NullPointerException" while execute two test case parallely

// This is my XML code... when i execute (InvalidLogin method) in "Login with valid data" test suite it works successfully but when i try to execute (InvalidLogin method)code in different test suite (ex.Login with Invalid Data) it generates error …
Sumit
  • 33
  • 6
0
votes
1 answer

What does "Not connected to AUT Agent" on Eclipse means?

My Eclipse status bar is showing this weird message and refuses tu run Junit tests: My question is: What does this message means? Has it anything to do with my problem with running Junit tests? I am using eclipse Mars: Version: Mars.2…
borjab
  • 11,149
  • 6
  • 71
  • 98
0
votes
2 answers

Is there a way to change some "special" GUI colors in eclipse?

I have on Linux/KDE a installed version of eclipse Mars.2. But there are strong problems with colors. So there is no different between a activated toolbar button and a inactive toolbar button. At example the "Link with editor" button of the "Project…
Steffen
  • 2,500
  • 4
  • 31
  • 47
0
votes
1 answer

Eclipse on Ubuntu when the project is launched

recently I switched to Ubuntu and I have run into problems in running projects with Eclipse. I do not know what it is, but when I try to launch a project (the same project gave no problems on Windows or Mac OS) is already launched many times that…
mikelplhts
  • 1,181
  • 3
  • 11
  • 32
0
votes
1 answer

Eclipse : How can I set plug-ins from lib folder in run configuration?

At first I apologize for my bad English, because I'm not good at speaking English. I have a Question about Eclipse 4.5 settings. When RCP application runs on Eclipse IDE, the application requires plugins defined in Run Configuration. But…
veljp
  • 9
  • 1
  • 4
0
votes
1 answer

How to install Flex Builder 3 plugin to eclipse Mars.2

We have been using Flex Builder 3 for years, and there are a lot of projects has flex mxml codes for front end. Now I am trying to upgrading Eclipse from Ganymede(3.4.2) to Mars(4.5.2). I am wondering is there a way to use Flex Builder plugin with…
0
votes
0 answers

Java Swing with Eclipse WindowBuilder

I'm trying to create an example window with Eclipse WindowBuilder. The code is the following: import javax.swing.JFrame; import javax.swing.JLabel; //import statements //Check if window closes automatically. Otherwise add suitable code public class…
Marco
  • 391
  • 4
  • 18
0
votes
1 answer

ubuntu eclipse mars e(fx)clipse error on startup

I installed e(fx)clipse over my existing Eclipse Mars installation using the update sites given here: https://projects.eclipse.org/projects/technology.efxclipse/downloads The installation worked fine, e(fx)clipse also seems to be loaded (load screen…
Tobias Brösamle
  • 598
  • 5
  • 18
0
votes
2 answers

How to adjust tab order in Eclipse Mars using WindowBuilder

Just have a quick question about Eclipse Tab Order. I'm designing an interface that accepts input from a user (about topics such as their first name, last name, phone number, etc) using Eclipse Mars WindowBuilder. I'm trying to adjust the tab order…
0
votes
1 answer

Eclipse Deployment Assembly jar file - NoClassDefFoundError & ClassNotFoundException

Getting and NoClassDefFoundError and ClassNotFoundException in a Java Spring MVC app, though I think this could happen in any Java app. The class in question is imported from another project via a Deployment Assembly JAR file. I tried every kind…
0
votes
1 answer

Eclipse custom perspective changed approach Kepler to Mars

I am updating an existing working RCP 3 app from Kepler to Mars. It was written by another guy so having to learn a lot about RCP as I go. What worked in Kepler was this: public class ShowSelectViewDialogHandler extends DialogHandler { /** * The…
Olddave
  • 397
  • 1
  • 2
  • 12