Questions tagged [eclipse-luna]

Luna is the code name for Eclipse version 4.4 which was released on June 25, 2014. 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 Luna: https://eclipse.org/luna

Help for Eclipse Luna: https://help.eclipse.org/luna

471 questions
3
votes
1 answer

Change eclipse splash screen

I'm working on a set of plugins for Eclipse Luna and I would like to customize eclipse splash screen(replace the one on the picture with a custom one). I wan't to set custom splash screen when users install my plugins. So far I only found a way by…
Ivan Kulezic
  • 440
  • 4
  • 15
3
votes
2 answers

How to know if the application still is up to date with the current code in editor?

I'm using Eclipse Luna. When I'm running an application in debug mode that is connected to the debugger and I change something in the code the application uses the new code via the Hot Code Replace function of eclipse. This function does stop to…
Sebastian Barth
  • 4,079
  • 7
  • 40
  • 59
3
votes
1 answer

How to get E4 Orion CSS Preference editor installed on Eclipse?

Today I got annoyed once again with the fact that starting Eclipse Luna, the Most Recent Used Tab option became disabled by default. I googled for the problem and found the question Eclipse tabs repositionning and Retain previous open file(..) that…
Aldian
  • 2,592
  • 2
  • 27
  • 39
3
votes
2 answers

Disable warning "The parameter ... should not be assigned" in Eclipse Luna?

Is there an annotation to tell eclipse to disable the check triggering the warning "The parameter ... should not be assigned" on a method basis? According to What is the list of valid @SuppressWarnings warning names in Java? there "was" a…
Vito De Tullio
  • 2,332
  • 3
  • 33
  • 52
3
votes
2 answers

After Installing PMD in Luna in Prespective it is Not Showing?

I installed the Pmd Plugin in Eclipse Luna and in STS, in the installation history it is showing installed but it is not showing in the perspective, so I am not able to run my code through PMD. How can I fix that?
Ravi sinha
  • 119
  • 4
  • 12
3
votes
4 answers

How can I print a new line in a toString() method in java

Instead of the many system.out.println() lines, I want to write System.out.println(b) in TestBook.java file. So what should I write in the toString() in the Book class to return the same results to look like below //Title:…
sara
  • 534
  • 1
  • 9
  • 22
3
votes
0 answers

How to force Eclipse JUnit run configuration to use project "default classpath" instead of Maven?

I am running Eclipse Luna on OS X 10.10.2. I have a project, which has somewhat recently had a Maven nature introduced. How can I configure a particular JUnit run configuration Classpath so that it uses the enclosing project's "default classpath"…
Jeff Evans
  • 1,257
  • 1
  • 15
  • 31
3
votes
1 answer

Tomcat 8 giving JSP compilation error

I was using tomcat 7 and just upgraded to tomcat 8. But when I run my web application on tomcat server. It gives this error. Stacktrace:] with root cause org.apache.jasper.JasperException: Unable to compile class for JSP: An error occurred at…
Mr37037
  • 738
  • 2
  • 13
  • 29
3
votes
1 answer

Configuring appengine-web.xml

I successfully cloned an web application project from Github to eclipse Luna. When I try to deploy the cloned project to google app engine, eclipse does not recognise it as a web project. I realised that it was missing the appengine-web.xml file. I…
andy
  • 1,947
  • 5
  • 27
  • 46
3
votes
1 answer

How to do fast deployment of multiple module EAR project using weblogic 12c?

We are developing product that has multiple components using eclipse which are imported to eclipse from Local Git Repository and we are generating EAR file using ant script build.xml(which calls ant command each component build.xml) and after…
Nagappa L M
  • 1,452
  • 4
  • 20
  • 33
3
votes
0 answers

Type Inference Compiler Error In Eclipse with Java8 but not with Java7

The below piece of code doesn't compile in Eclipse Luna with jdk 1.8.0_05. Eclipse compiler says : Type mismatch: cannot convert from Integer to long It though compiles in Luna with jdk 1.7 and also compiles using jdk 1.8 when invoked from command…
Sandeep Kanabar
  • 1,264
  • 17
  • 33
3
votes
1 answer

Eclipse / PyDev - Remove path from editor tabs when two files with same name are opened

I'm currently using Elipse Luna, and I'm trying to figure out how to remove the path name from the editor tabs when multiple files with the same name but different directories are opened (see screenshot). So, in other words, keep the file name, but…
Dennis
  • 173
  • 6
3
votes
1 answer

How set local directory as SVN Repository in Eclipse Luna

I install Subversion SVN Team Provider, Subversion SVN Team Provider Localization and SVNKit Library. I Create local directory(D:\java\repository) and want use it as location for SVN repositor. When I go to Window_>show view->other->svn->svn…
Error
  • 815
  • 1
  • 19
  • 33
3
votes
1 answer

Eclipse RCP no icons in plugin.xml extensions

Switched my Eclipse from Kepler to Luna, and I have this weird bug in the plugin.xml of my RCP app. Although all the views have icons, the icons don't show anymore in the org.eclipse.ui.views tree. Is this because RCP 3.8 is deprecated in Luna?
Georgian
  • 8,795
  • 8
  • 46
  • 87
3
votes
2 answers

Eclipse luna theme issue

My Eclipse seems to have a problem with the themes. I use the standard dark theme that comes with it and I also use a color style to change the background/text color. I have the Luna version. Even though it does accept the changes if I hit "Apply"…
user40079
  • 133
  • 4