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

Android Debuigging with Luna+Nexus 5+Android 5 fails

I've upgraded my Nexus 5 to Android 5 and my SDK + plugins under Eclipse Luna. I can no longer debug on my android! Application LogCat: 11-26 18:10:54.474: I/art(5890): Late-enabling -Xcheck:jni 11-26 18:10:54.527: W/ActivityThread(5890):…
5
votes
3 answers

Not able to create Dynamic web project in Eclipse Luna

I have installed Eclipse Luna for windows 64 bit. But I am not able to create a new Dynamic Web Project. I also installed Web, XML, Java EE and OSGi Enterprise Development , but still it shows only Static Web Project inside Web projects. Is there…
Gaurav51289
  • 540
  • 2
  • 7
  • 16
5
votes
2 answers

Eclipse Luna Hanging when Loading Debug Configuration

Having a problem with Eclipse (Luna) IDE, while running the program I encountered a never ending loop so had to terminate the program. After which every-time I try to re-run the program it just hangs when loading the Debug Configuration. I am trying…
csb
  • 326
  • 6
  • 15
5
votes
3 answers

Unable to execute initial Android Wear Hello World App in eclipse

After intial Eclipse Luna setup when I try to run the intial Hello World app in the Android Wear emulator, its getting stopped showing "You cannot combine swipe dismissal and the action bar" error in logcat.Please help me to solve this issue.
Saikat Saha
  • 772
  • 1
  • 16
  • 38
5
votes
3 answers

Android Support Library v17

I just downloaded Eclipse 4.4 Luna and installed the latest ADT 20 on it. Now, new templates for new Android Project are included. One of them is "Android TV Activity". The existing code uses Android Support Library v17!! import…
Eng.Fouad
  • 115,165
  • 71
  • 313
  • 417
4
votes
1 answer

Getting error while running Webservices on Tomcat7 server - Ubuntu 16.04 LTS

Technical Environment:- Ubuntu 16.04 LTS Tomcat 7 Java 7 Eclipse Luna I have imported a webservice into my eclipse luna workspace and tried to run that service on tomcat7 server. But I'm getting the following error. Jul 24, 2016 5:39:30 PM…
Shr4N
  • 435
  • 3
  • 18
4
votes
0 answers

Classpath entry org.eclipse.m2e.MAVEN2_CLASSPATH_CONTAINER will not be exported or published. Runtime ClassNotFoundExceptions may result

I created a web project inspired by jsf-blank.zip from JSF 2 with Facelets, Ajax, and PrimeFaces. After a few days of progress (and solving numerous issues, thanks to the SO community, mainly) with my site I'm stuck at: HTTP 404 - The requested…
Gerold Broser
  • 14,080
  • 5
  • 48
  • 107
4
votes
1 answer

Eclipse exits automatically exit code 127

Eclipse exits automatically and suddenly and I think that reason might be due to a plugin. The exit happens right when I want for the auto complete feature or eclipse tries for it. The message it gives when exiting is: JVM terminated. Exit…
Mani
  • 1,364
  • 14
  • 33
4
votes
0 answers

Eclipse Luna - how to collapse / folding javascript private function

i use Eclipse Luna JavaEE IDE for Web Developer How to Collapse javascript private function inside class? var ClientBattle = function(wtfClient){ this.setDataPet = function(){ // code in here can collapse } …
user3598272
  • 145
  • 10
4
votes
1 answer

Compiler errors when using method reference as lambda to methods that expect interface with generic type, when runtime type is also generic type

I'm attempting to write some code that receives various implementations of the classes in the java.util.function.* package, but I keep running against a certain compiler error for a specific syntax that I'd really like to get around (explicit type…
Yuthura
  • 51
  • 6
4
votes
1 answer

installing SVN Kit connectors proxy authentication error

I have installed the most recent version of subversion svn and then I start up eclipse to download the connector. Pick the most recent SVN Kit (1.8.5) and then I get this error: Problems occurred while performing installation: HTTP Proxy…
user3799636
  • 75
  • 3
  • 8
4
votes
2 answers

Scala plug-in for Eclipse Luna

Do I understand correctly that the only version of Scala IDE compatible with Eclipse Luna is Scala IDE 4.0.0 Milestone 3? I'm not familiar with this Milestone terminology. It seems to be something between stable version and nightly builds. Is it…
PM 77-1
  • 12,933
  • 21
  • 68
  • 111
4
votes
2 answers

Eclipse Expressions debug panel cuts arrays off at 31 elements

When trying to expand arrays in the expression watch panel of eclipse, only the first 0...30 elements expand. The rest will just make the expand button disappear. Has anyone faced this issue and fixed it? This is not a problem in the cluttered…
Ray Foss
  • 3,649
  • 3
  • 30
  • 31
3
votes
3 answers

Error: Could not find or load main class com.sun.tools.internal.xjc.XJCFacade

i'm running eclipse luna with jdk 8 and i tried generating jaxb classes and this error kept showing, i tried multiple solutions found on internet but nothing really worked with me ps : i'm pointing jdk 8 not the jre. please help!
rym
  • 33
  • 1
  • 1
  • 3
3
votes
3 answers

Unable to clone git repository in Eclipse using https and SSH links

While trying to clone a Git repository in Eclipse Luna, I'm getting the error shown below using the https link: I added the said values in the Git configuration using this link - "SSL host could not be verified" error but I'm still getting the same…
GK Sra
  • 64
  • 1
  • 4