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
16
votes
5 answers

Send Maven output to console and log file using pom

Question: When running Maven in Eclipse, how do I send the console output to file? I would like to achieve this using a pom setting or a maven plugin. I do not want to modify the run configurations or the maven system settings. For reference, I am…
Zack
  • 3,819
  • 3
  • 27
  • 48
16
votes
1 answer

Eclipse gives: "An API baseline has not been set for the current work space." error

I am using Eclipse Luna. After updating my sandbox, I started getting the following error message in multiple modules. Should I add an API baseline or just have the Eclipse ignore it?
erol yeniaras
  • 3,701
  • 2
  • 22
  • 40
15
votes
4 answers

What are the predefined variables in eclipse?

With eclipse, I know how to use variables in my launch configurations. I also know there exist a set of predefined variables such as ECLIPSE_HOME or WORKSPACE_LOC. What I don't know is the extensive list of these predefined variables (ie : variables…
merours
  • 4,076
  • 7
  • 37
  • 69
15
votes
3 answers

The target type of this expression must be a functional interface

I created a function to filter with multiple predicates for which I perform a logical AND for them: @SafeVarargs public static Stream filter(Stream source, Predicate... predicates) { return…
user2336315
  • 15,697
  • 10
  • 46
  • 64
15
votes
9 answers

JBoss server 7.1 not starting in Eclipse Luna

I have Eclipse Luna 4.4.1, and JBoss Server 7.1. The problem is when I start the Server, it never starts and after a long time it says Time Out Error. "JBoss is unable to start within 450 seconds". How to resolve this issue? The Console shows the…
Madhya Rehman
  • 543
  • 1
  • 4
  • 15
14
votes
4 answers

How modify Eclipse locations to prevent write to user.home directory?

I have tried all different settings, and yes, I m aware of eclipse.ini and config.ini and also tried different command line arguments! Nothing solved my problem! All attempts and still each time I run eclipse.exe it wants write to my userhome i.e.…
MrSimpleMind
  • 7,890
  • 3
  • 40
  • 45
14
votes
2 answers

Eclipse - change order for Open Declaration / Implementation / Return Type

If I press Ctrl and the mouse is over a method call, a menu is opened: Open Declaration Open Implementation Open Return Type If I hit Ctrl + click on the method call, the first option will be considered (Open Declaration). I want to change the…
ROMANIA_engineer
  • 54,432
  • 29
  • 203
  • 199
13
votes
9 answers

Lombok and STS issue - Method undefined

I have STS version 3.6.3.SR1 that's based on Eclipse Luna 4.4.1. I did the following steps: Download and run the Lombok runnable jar and gave the path of my STS. I verified the entries of vmargs, but was missing Xbootclasspath and added it…
Karthik R
  • 5,523
  • 2
  • 18
  • 30
13
votes
5 answers

Spring Tool Suite 3.6.1 won't update

Updating the Spring Tool Suite in Eclipse Luna, I get the following error since I turned off the option to download updates for Eclipse 3.7: **An error occurred while collecting items to be installed session context was:(profile=DefaultProfile,…
gechenique
  • 309
  • 1
  • 3
  • 15
12
votes
3 answers

Is there a Gradle plugin for Eclipse Luna?

I'm trying to integrate Eclipse Luna with Gradle. Eclipse Integration Gradle GitHub page includes instructions for Installing Gradle Tooling from update site. I followed the instructions for the release (stable) version. After I selected all the…
PM 77-1
  • 12,933
  • 21
  • 68
  • 111
12
votes
4 answers

Using JavaFX (JDK 1.8.0_05) in Eclipse Luna does not work

I have a fresh install of Java 8 (JDK 1.8.0_05 on Windows 7 32 bit) and Eclipse Luna. When I try to build a simple JavaFX program Eclipse shows the following message in the editor: Access restriction: The type 'Application' is not API('C:\Program…
Klaus Rohe
  • 782
  • 2
  • 7
  • 11
12
votes
3 answers

Eclipse Luna dark theme doesn't show JS properly

I downloaded the Eclipse Luna version of PDT today and switched to the dark theme. All my PHP files are now displayed with very clear syntax highlighting in the dark theme. However, when I load my javascript files, it's impossible to see the text in…
JohnP
  • 49,507
  • 13
  • 108
  • 140
11
votes
4 answers

Plugin execution not covered by lifecycle configuration for maven-plugin-plugin in m2e 1.5.x / Eclipse Luna

After upgrading to Eclipse Luna or to m2e 1.5.x and opening an existing workspace with Maven plugin projects, Eclipse complains that Plugin execution not covered by lifecycle configuration: org.apache.maven.plugins:maven-plugin-plugin ...
rec
  • 10,340
  • 3
  • 29
  • 43
11
votes
4 answers

Market Place not working in Eclipse Luna

I have installed Eclipse Luna(4.4) on my system using the binary file and it is having the MPC plugin which is downloaded from the site : http://download.eclipse.org/mpc/luna/ Still i am unable to find the Market Place in the Help tab, but in…
11
votes
1 answer

Eclipse Luna – AutoIndent is inconsistent

I upgraded to Luna and have a problem with auto-formatting, more specifically auto-indentation. The About Eclipse dialog verifies that I am running 4.4.0. When the code auto-indents on save, it seems to jump back and forth between two different ways…
Ingo Bürk
  • 19,263
  • 6
  • 66
  • 100
1
2
3
31 32