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

Graphical artifacts in eclipse - Linux Mint - Eclipse Mars

I'm using the following configuration: Linux Mint 17.3 Cinnamon 2.8.6 kernel 3.19.0-32-generic amd radeon r5 m330 driver: xserver-xorg-video-ati v 1:7.3.0-1ubuntu3.1 Eclipse Version: Mars.1 Release (4.5.1) Build id: 20150924-1200 When I scroll the…
Timmy
  • 693
  • 2
  • 8
  • 26
0
votes
1 answer

Eclipse Mars: Eclipse Error Reporting

I'm using Eclipse Mars IDE (version 4.5.1, x86_64). All time it executes background task "Uploading usage statstics" (exactly "statstics", with orthographic mistake). This task never has been completed... I suggesting, it corresponds to Eclipse…
0
votes
1 answer

Unable to generate javadoc in Eclipse for linked source files

I am unable to generate javadoc for linked .java files using Eclipse Mars. This shows how my project is set up: I am able to run the program. The source file is in a folder named foo, to match the package declaration: I select Project > Generate…
Ellen Spertus
  • 6,576
  • 9
  • 50
  • 101
0
votes
1 answer

Tomcat Debugging in eclipse mars

can somebody provide me steps in tomcat debugging in eclipse mars(i am using), like I want to debug a simple spring mvc login example considering that I am setting the password in Controller? I followed the various steps but could not get it done.
miyu
  • 1
  • 2
0
votes
1 answer

Error when using Scanner input

I am trying to take input from my file into my class. I am testing it out like this: Scanner input = new Scanner(new File("input.txt")); System.out.print(input); However, the console prints this out: …
0
votes
0 answers

Unable to run "Hello OSGi" program template in Eclipse Mars 4.5.1

I am new to OSGi, I am not able to run the "Hello OSGi Bundle" Template on Eclipse Mars(4.5.1), I am getting the below mentioned console messages. My questions is - Do we need to install anything else except Eclipse Mars(4.5.1) to run the Hello OSGi…
Ishank
  • 2,860
  • 32
  • 43
0
votes
1 answer

eclipse mars: no option to create new server

I am trying to configure tomcat server on my Eclipse IDE (Mars). I could not find any option to install server. Some links I have referred to are…
0
votes
2 answers

Unable to save php files in eclipse Luna and Mars, Linux Mint 17.3

I am a novice in using eclipse in Linux environment. Recently, I have installed Eclipse Luna (for PHP) as a PHP editor. I did not have any problem with it for couple of days, but from yesterday every time I try to save changes to php files in my…
zahra
  • 199
  • 1
  • 7
  • 19
0
votes
2 answers

eclipse-mars on linux: black background color in Tooltip's

I know there are several tips for changing the background color of tooltip windows in eclipse under linux (these windows have on some linux distribution per default a black background ...). Some of the things I have tried…
Steffen
  • 2,500
  • 4
  • 31
  • 47
0
votes
1 answer

How to remove a "lost" task bar in eclipse

In my eclipse Mars I have two task bars with only red corners as items: How can I remove this both task bars? I have already disable all checkboxes under "Window" - "Perspective" - "Customize Perspective...". The both toolbars are still there.…
Steffen
  • 2,500
  • 4
  • 31
  • 47
0
votes
0 answers

Hibernate project in java perspective giving an Exception java.lang.ClassNotFoundException: javax.transaction.SystemException in Eclipse Mars

My question might look a easy and silly but I'm unable to find solution so thought of sharing the problem here... I'm getting an Exception in a simple Hibernate code running in Java perspective!! I've added JTA or transaction jar files but it's not…
0
votes
0 answers

Sesame: correct .jar file to add as Maven dependency?

I am trying to create my custom class for Sesame. I have my Eclipse (Mars) project with all Sesame librarys and a new project where I created my custom class as described in this tutorial and I folloved the instructions to install it in the…
0
votes
0 answers

how to install apache derby eclipse(mars) plugin

I cannot get the plugin from the Apache derby site. it looks like it is missing. in the website. Also i installed Eclipse (mars) via oomph installer and i cannot see the folder named plugins. I cannot find the plugin link in the latest version…
oortcloud_domicile
  • 840
  • 6
  • 21
  • 41
0
votes
1 answer

Import java class in jython

I am dealing with NLP in python. There is a NLP tool namely Zemberek for turkish language. But it is written in java. So I have to use jython to be able to import these classes. I installed jython 2.7. Also, I installed Eclipse Mars as an IDE for…
Ersin
  • 151
  • 1
  • 2
  • 5
0
votes
3 answers

Eclipse Mars Java Decompiler

I just started to use Eclipse Mars as development environment. I used to have jd-eclipse decompiler installed in older eclipse versions. When I try to install the same plugins for this one, I could not. I need a decompiler in eclipse, hoping…
gurkan
  • 3,457
  • 4
  • 25
  • 38