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
2
votes
2 answers

Can't start Eclipse Luna SR2 on Windows 8.1 (64-bit)

I want to learn how to program apps for Android, and have both a new build of Java installed as well as Eclipse Luna SR2 downloaded and extracted. However, it seems I am running into a problem in starting up; I'm not sure how to solve the issue,…
2
votes
1 answer

Start up errors with Oracle Weblogic Server plugin for Eclipse Luna

We have an existing project which we built using Eclipse Indigo and the relevant weblogic server plugin. This was done four years back and we are trying to migrate to the Eclipse Luna. The project imports and everything works fine until I add the…
Sayantan
  • 564
  • 2
  • 7
  • 23
2
votes
2 answers

Eclipse crashing in PyDev with No Message gotten (null message)

I use Eclipse Luna with PyDev for Eclipse 4.0.0.201504132356. My function returns a list, which is a list of objects from one class. So i use it like this: List = ListMaker() print List[0].Stuff.Stuff and this works(!); i see exactly what…
user69453
  • 1,279
  • 1
  • 17
  • 43
2
votes
0 answers

Gradle plugin for eclipse luna updates classpath on every run

Recently i switched to eclipse luna along with gradle plugin for luna. But eclipse updates classpath for all my gradle prohects each time I launch eclipse. It may be a needed feature but is there a way to disable it? Or is it even normal for…
2
votes
2 answers

Eclipse luna Unable to read repository at http://download.eclipse.org/releases/luna/content.xml

I try all solution on the internet but no result, it's seems that my eclipse won't connect to internet, every time i try to install for example new softwares i have error message: Unable to read repository at…
tamtoum1987
  • 1,957
  • 3
  • 27
  • 56
2
votes
1 answer

Egit making Luna very slow, performance issues

When using the repositories from Egit within eclipse, navigation around the code and writing the code is very slow and crashes a lot as well as eclipse just not responding constantly. It doesn't seem to be an issue with Luna as it did this when I…
PurpleCoffee
  • 35
  • 1
  • 2
  • 10
2
votes
0 answers

Finding Maven command-line or shell using Eclipse Luna Maven plugin on Windows 7

First this question is not the same as "Setting up maven dependency for SQL Server". So I am a noob when it comes to Maven and Spring. I need to install the SQL Server JDBC drivers for my application, which I know would be best done using the Maven…
2
votes
2 answers

FreeMarker With Eclipse Luna

I am currently trying to set Eclipse Luna for FreeMarker. I have installed FreeMarker IDE which is provided by JBoss : http://download.jboss.org/jbosstools/updates/stable/luna/ When I create and edit an FTL file, the syntax is highlighted, however…
Thomas Betous
  • 4,633
  • 2
  • 24
  • 45
2
votes
0 answers

An error appears under my project name but no error exists?

What basically happens is an error (little red cross) appears under my project name as if there was an error somewhere. When I look into my project, no errors, and when I run my code, no errors, it works perfectly fine. Can someone explain to me how…
Papos
  • 2,493
  • 3
  • 14
  • 13
2
votes
1 answer

In eclipse, how to have one project override class files of another project

(Eclipse Luna) Say I have the following "Project A": Project A a.b.c.package1 One.java Two.java Three.java a.b.c.package2 Four.java Five.java And I have another "Project B" that attempts to serve as…
user4229245
2
votes
1 answer

Error when creating Web Service Client Test on Eclipse Luna

I've created a Dynamic Web Project and tried to add a Web Client from a WSDL. I'm using Eclipse Luna for Java EE and JDK 1.7. On the final screen for adding a Web Service Client, when I click on Finish I get the following warning messages: IWAB0182W…
Uriel Arvizu
  • 1,876
  • 6
  • 37
  • 97
2
votes
1 answer

Can't uninstall EGit from Eclipse LUNA

EGit plugin is crashing Eclipse time and again, because apparently it gets stuck not being able to connect to the repository (which in facts is unreachable). I tried to uninstall the plugin many times but it is not being uninstalled: I followed the…
2
votes
1 answer

Save Perspective Layout in Eclipse 4

We have an pure Eclipse 4 application making use of model-fragments. When starting this application, the default-perspective is loaded and the user has the ability to login and select the perspective he want's to work with. During the startup of the…
Steffen
  • 341
  • 1
  • 12
2
votes
1 answer

Google App Engine plugin on Eclipse luna running on mac os x

Hey guys I have successfully downloaded and installed the google app engine plugin at Eclipse -> Help -> install new software according to this…
ChristopherF
  • 125
  • 1
  • 2
  • 13
2
votes
0 answers

Eclipse RCP - Pure e4 applications

I literally cannot find any hands-on examples of pure e4 RCP applications. We're migrating a 3.x app to e4, but we do not know all the ups and downs. I'm hoping for some guidance from the StackOverflow RCP gurus Greg & Baz. :-) Though I haven't…
Georgian
  • 8,795
  • 8
  • 46
  • 87