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

Can not open Eclipse IDE after update form Luna to Mars

I updated eclipse Luna to Mars. What I did is ... Add mars url to Window > Preferences > Install/Update > Available Software Sites Help > Check for Updates Followed what the wizard indicated Installed successfully and a pop up showed that I have to…
Juneyoung Oh
  • 7,318
  • 16
  • 73
  • 121
0
votes
1 answer

how to cinfig CDT(mars) with GCC5.1, to resolve "std::thread" symbol?

My host OS is: Fedora 22 x64 gcc-g++ version is: 5.1.1 eclipse cdt version: Eclipse CDT Mars Release V4.5.0 here is my simple demo code list: #include void func(){} int main(int argc, char** argv) { std::thread ts(func); …
usr
  • 1
  • 2
0
votes
1 answer

Mars Eclipse - branches are the same

I downloaded and installed the Mars Eclipse a couple days ago. When I was working on branches, I've noticed that they are the same... This is what I'm doing: I create a new branch "test" and change some files in it. When I switch to branch "master"…
user5062566
0
votes
2 answers

Eclipse server tab grabs focus on save

I recently installed Eclipse Mars and I have a Tomcat 7 server running. I am developing JavaScript and editing HTML. Whenever I save my changes, the changes are getting automatically republished to the server directory. My issue now is, that the…
Fabian
  • 301
  • 3
  • 7
0
votes
1 answer

How do I detach View windows in Eclipse Mars on openSuSE?

First, the basic operation is described in the Eclipse Help here! Unfortunately, it does not work as described there! Does anybody get it to work? Please keep in mind that it may behave differently on different platforms; I am running Eclipse Mars…
tquadrat
  • 3,033
  • 1
  • 16
  • 29
0
votes
2 answers

Fresh install of Eclipse Mars won't run

Currently running Elementary OS (Ubuntu 14.04). I am able to install and run eclipse 4.4 (Luna), but after unpacking the 4.5 tar my machine crashes after the splash screen. I can't check my workspace/.metadata logs because a workspace is not created…
0
votes
1 answer

why is this showing an error in project section in eclipse?

I've new installed eclipse mars(previous i used eclipse luna).I have just imported a project a.i paste ojdbc.jar,servlet-api.jar.after doing all this it is showing red error mark in the project section. i'm giving the screenshort.. and here is the…
Thompson rollins
  • 31
  • 1
  • 1
  • 3
0
votes
2 answers

How to generate short variable for smallint type columns using JPA Tools in eclipse?

I was generating Entity class using JPA Tools in eclipse Mars. It generates data member of Integer datatype which is smallint type in table.I need to generate short type of datatype for column which is smallint in table.
वरुण
  • 1,237
  • 3
  • 18
  • 50
0
votes
0 answers

Eclipse Mars doesn't start

I installed the Eclipse Mars and some plugins. When I try to open a new workspace (like the Figure 1) the eclipse stop and doesnt start. If I used another created workspace in my computer sometimes it works. The Eclipse stop in this phase of…
Computered
  • 440
  • 1
  • 7
  • 21
0
votes
1 answer

Eclipse mars is not showing Expressions view

I clicked on Windows->Show View->Expressions in eclipse mars. But it is not showing Expressions view.
वरुण
  • 1,237
  • 3
  • 18
  • 50
0
votes
2 answers

Add JBoss Server Runtime Environment to Eclipse Mars

I try to add the my JBoss AS 7.1 "Server Runtime Environment" to my new installed eclipse mars. But under Server > Runtime Environment there is no Jboss server to select! Also in "Download additional server adapters" is no jboss to choose... I…
Gatschet
  • 1,337
  • 24
  • 38
0
votes
1 answer

How to search while we type in Eclipse Mars?

How to search while we type in Eclipse Mars? For example if we want to search something in Java file it Eclipse should highlight text as we are typing string to search.
वरुण
  • 1,237
  • 3
  • 18
  • 50
0
votes
2 answers

Eclipse Mars starts with exit code=1 when using JDK 8

I plan moving to Eclipse Mars and recently installed the 64 Bit version on Windows 7. Since the JBoss Tools require Java 8, I also downloaded JDK 8u51 and unzipped it to my Programs (x86) folder. I want to keep JDK 1.7.0 as my system's default JVM,…
user1438038
  • 5,821
  • 6
  • 60
  • 94
0
votes
0 answers

Eclipse Mars, new feature starred method

I just installed Eclipse Mars, and when I hit the autocomplete, I see a new icon. The ones shown on top equals to hashCode with a percentage describing something: I'd like to know what it is describing, but I don't what it is, which makes it harder…
Danielson
  • 2,605
  • 2
  • 28
  • 51
0
votes
0 answers

Can't install new software in Eclipse Mars M1

I'm trying to install new software, API Tools Execution Environment Description, in Eclipse Mars M1 on Windows 7. I've added the Update site and it shows the software I need in the list, but there is no way to continue after selecting it. Both the…
isapir
  • 21,295
  • 13
  • 115
  • 116