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
10
votes
4 answers

Installed dark theme in eclipse, but scrollbars is still grey

I am using Eclipse Luna(4.4.0) and trying to make it completely dark. So I Installed a theme plugin: Eclipse menu -> Help -> Eclipse Marketplace, search "Eclipse Color Theme Plugin" In “Windows Preferences”, selected the “Dark” theme and Eclipse…
i474232898
  • 781
  • 14
  • 25
10
votes
1 answer

Eclipse Luna "cannot determine URI for /project/src/com/.../classFile.java" (windows 8)

Just installed Eclipse LUNA, and converted my old JUNO workspace. It worked on one of my computers fine (win7), but using the same project on my other computer (win8, synced via dropbox) created this issue for all opened files, and nothing shows up…
user2154768
  • 890
  • 3
  • 8
  • 16
9
votes
2 answers

An internal error occurred during: "Refreshing Process Information". java.lang.NullPointerException

Whenever I create a folder under WebContent in Eclipse Luna, this pops up even though the folder gets created. The message is: Problem Occured 'Refreshing Process Information' has encountered a problem. An internal error occurred during:…
Farhan stands with Palestine
  • 13,890
  • 13
  • 58
  • 105
9
votes
1 answer

Eclipse Luna excessively slow

Kelper was significantly quicker at opening folders with lots of files in them (approx 200 files on average). Luna on the other hand will spin for about 10 seconds to open each folder. I have up heapsize and re clone my workspace as to not use any…
neuroh
  • 377
  • 1
  • 3
  • 12
9
votes
6 answers

Issue with bindFromRequest in Play! Framework 2.3

I'm trying to use the automatic binding feature of Play, without success. I'm developing in Java, on Eclipse 4.4 Luna. Here is my form :

Create a new user

First Name
8
votes
2 answers

Eclipse / Maven Project is missing required library / Missing artifact

I get errors like the following in Eclipse using Maven: Missing artifact org.eclipse:swt:jar:3.7. Project 'davmail' is missing required library: '/home/buzz-dee/.m2/repository/org/eclipse/swt/3.7.0/swt-3.7.0.jar' Most libraries are found as you…
BuZZ-dEE
  • 6,075
  • 12
  • 66
  • 96
8
votes
3 answers

IDE: e(fx)clipse not working properly

I have the following problem: I have installed e(fx)clipse in Eclipse to enable JavaFX compatibility. It properly created the following: CSS and FXML files are associated with the correct editor (from within 'file associations') It is not…
bashoogzaad
  • 4,611
  • 8
  • 40
  • 65
8
votes
0 answers

why facelet html validator in eclipse is taking endless time

I am using Eclipse Luna to implement JSF2.1 web application, and each time i open the project the facelet HTML validator starts, I am used to eclipse Helios and it was faster than luna in validation, I don't want to disable the validator or AppXray.…
Marwa Dosoky
  • 406
  • 7
  • 19
7
votes
3 answers

Luna - Could not create the view: org.eclipse.wst.server.ui.ServersView

I am using Luna "eclipse-java-luna-SR2-win32-x86_64" I am not able to open the server view, it is giving error "Could not create the view: org.eclipse.wst.server.ui.ServersView". Can anyone help me on this.
Madhav pandey
  • 351
  • 1
  • 4
  • 12
7
votes
3 answers

What do these numbers `10k`, `6k`, `1k`, `210` in java eclipse code completion mean?

What do 10k, 6k, 1k and 210 mean in this eclipse Luna code completion popup. It appeared when I was trying to override a method from a custom class in a custom class.
Mahesha999
  • 22,693
  • 29
  • 116
  • 189
7
votes
1 answer

Uninstall Mylyn from Eclipse Luna

Found plenty of instructions that tell me to do this: Go to Help → Software Updates → Manage Configuration and uninstall it there (they all seem to point to the Mylyn site's instructions). But in Luna the menu has changed. It has "Check for updates"…
Cartesian Theater
  • 1,920
  • 2
  • 29
  • 49
7
votes
1 answer

How to add Profiling And Logging perspective to Eclipse Luna?

I am trying to follow these instructions http://www.eclipse.org/tptp/home/documents/tutorials/profilingtool/profilingexample_32.html and eventually was led to this unresolved question: Adding Profiling and Logging perspective to Eclipse on…
Alex R
  • 11,364
  • 15
  • 100
  • 180
7
votes
3 answers

What is a method with a star icon in eclipse?

I often see a yellow start near the methods, and some percentage in Eclipse Luna's intelligent code completion: What does this star and the percentage mean?
Victor2748
  • 4,149
  • 13
  • 52
  • 89
7
votes
1 answer

Eclipse - Why the "Show Whitespace" toolbar item is grayed out in the XML editor but not in the Java one?

Xml: Java: Is it a bug or a feature? Needless to say the shortcut (Ctrl+Shift+Alt+W) works fine when the XML file is selected. Software version used: Eclipse Java EE IDE for Web Developers. Version: Luna M7 Release (4.4.0M7) Build id:…
Mr_and_Mrs_D
  • 32,208
  • 39
  • 178
  • 361
6
votes
1 answer

How to disable warning "No break at the end of case" in Eclipse?

I'm using Eclipse (Luna SR 2) to write a C++ application. How do I disable the "No break at the end of case" compile warning, ideally for a specific section of code? It's annoying because our coding standard requires zero warnings and I want my…
Jim Fell
  • 13,750
  • 36
  • 127
  • 202
1 2
3
31 32