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

JavaScript Editor Plugin for Eclipse Mars

I am trying to find the JavaScript Development Tools (JSDT) for the latest eclipse mars version. It seems to me it is not available yet. Any recommendations what I can use instead to support javascript in eclipse? I appreciate your answer!
Carol.Kar
  • 4,581
  • 36
  • 131
  • 264
0
votes
0 answers

Eclipse 4.4 Luna: Editor window, "Show List" drop-down alternative text

I just swapped to eclipse Luna (4.4.1) from a previous version and I have a little problem I cant solve. I don't know why but the class filter in editor window doesn't show the package name of the class you are hovering with the mouse (the alt…
0
votes
0 answers

Tomcat on Eclipse Juno and Luna. One works, the other one doesn't

I am working on JavaEE webprojects using maven for dependencies and so on. The testing environment is Tomcat 7 for eclipse. Now, when I made the transition to the newer eclipse (Luna) and deploy the webapp on tomcat, the tomcat instance refuses to…
atripes
  • 1,683
  • 4
  • 20
  • 23
-1
votes
1 answer

Disable close function for a view in a RCP application

I have a RCP application with different perspectives. In one perspective, there are several views defined as such: p_layout.addStandaloneView(View1.ID, true, IPageLayout.LEFT, lf_ratioView1, p_layout.getEditorArea()); …
schmimona
  • 849
  • 3
  • 20
  • 40
-1
votes
1 answer

Cannot open Scene Builder 8.2.0

I am trying to install Scene Builder 8.2.0 and use it to Eclipse Mars. I've visited the site http://gluonhq.com/labs/scene-builder/ and downloaded the x64 version as advised. When I run the .exe file it seems that the installation is successfully…
-1
votes
1 answer

Multiple Errors Building Deck of Cards

Receiving two errors trying to compile my files. (Received a down vote without an explanation; I fail to see how this violates any SO guidelines.) 1) c:\mingw\lib\gcc\mingw32\4.9.3\include\c++\bits\c++0x_warning.h:32:2: error: #error This file…
StormsEdge
  • 854
  • 2
  • 10
  • 35
-1
votes
1 answer

Eclipse (Mars 4.5.1) installed with the Eclipse Installer does not recognize new plugin

after copying a plugin to the plugin-folder (C:\Users\myUserName.p2\pool\plugins) eclipse does not show/use this plugin. This is the first time i used the installer for eclipse and i did not expect that you can't copy plugins anymore. Does that mean…
-1
votes
1 answer

Eclipse Mars Installation and SWT error

I'm trying to install Eclipse Mars on Linux. Before the installation I've installed jdk1.8.0_65 and jre1.8.0_65. When I execute eclipse-inst I get this output: Eclipse Installer: GTK+ Version Check Eclipse Installer: An error has occurred. See the…
-1
votes
1 answer

Maven cannot build Java 8

Today I tried to use lambda expression in my project. I configured my project to use Java 8 everywhere: Build path, Java Compiler, maven-compiler-plugin, but it shows errors when I do "Run / Maven Install". java.lang.IllegalStateException: Failed to…
emeraldhieu
  • 9,380
  • 19
  • 81
  • 139
-1
votes
2 answers

Not able to to process data from different Project in java web project using eclipse mars

I have multiple projects in my workspace and I am using Tomcat 8 and maven ex : Project A |_ Class A Project B |_ Class B - this is using class A methods while running on tomcat class B is not getting data from methods of class A.(it's…
Gourav Soni
  • 75
  • 2
  • 11
-1
votes
1 answer

javafx Eclipse Mars install

I have just installed eclipse Mars (4.5) and I have a problem with one old JavaFx project. Before installing Mars, I was using Luna and got no problem with my JavaFx projects, now I have the following problem with one project, all the javafx code…
oro777
  • 1,110
  • 1
  • 14
  • 29
-1
votes
1 answer

Basheclipse installation issue

I installed the shellED plugin in eclipse and now I can't get basheclipse to work. I download the zip file, which contains 2 jars and a _DEBUG.sh. The instructions are: Install the plug-in jars net.sf.basheclipse.core_1.0.2.v20110926.jar and…
Melodie Gauthier
  • 685
  • 3
  • 12
  • 35
-2
votes
1 answer

How to redirect to main program in methods?

I'm trying to make a method where if the user enters Y, it directs them to the main program. The problem is that when the user enters Y, it prints the introduction again. When the user enters N, it prints "Alright then, goodbye you NERD." and the…
-2
votes
1 answer

eclipse mars not support java8

I am using eclipse to develop android.My eclipse version is MARS 4.5.2.I tried to use JAVA8 to compile android N,but when I changed the jdk to 1.8. An error occurs Android requires compiler compliance level 5.0 or 6.0. Found '1.8' instead. Any helps…
chefish
  • 517
  • 2
  • 7
  • 20
-2
votes
1 answer

My program has a Country and State combobox, and from the state combobox it only gets the first value no matter what you choose

So i created a program for an assignment i have, which creates a sequential file with data about students. I made a country and state combobox, depending on the country comes the corresponding states, but in the sequential file (which is a .dat…
paulaxa1
  • 1
  • 1
  • 8
1 2 3
21
22