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
-1
votes
1 answer

Is Eclipse Luna plus ADT good

Has anyone tried eclipse luna + adt? How is it? Is it worth upgrading? Just found out about the dark theme and it looks really sweet. And how do i upgrade from kepler to luna? I tried to check for updates doesn't seem to do it. Thanks guys!
Lendl Leyba
  • 2,287
  • 3
  • 34
  • 49
-2
votes
1 answer

Maven build in Eclipse Luna IDE

I want to develop a simple test program as maven project in eclipse IDE. What are the prerequisite and procedure to run this program.
Rose
  • 1
  • 1
-2
votes
1 answer

Yellow error in Eclipse, but no problems shown

I have these weird yellow symbols next to my eclipse project. It is under every java file, but when I open the file, I see no errors. Also, I see no problems displayed when I go to Window-> Show View ->Problems. What does this mean?
1srk
  • 21
  • 4
-2
votes
1 answer

Type preference activity is dispatched

protected void onCreate (Bundle savedInstancestate) { super.onCreate(savedInstancestate); addPreferencesFromResources(R.xml.prefs); }
Aman Jain
  • 59
  • 6
-2
votes
1 answer

How to install Eclipse Luna IDE

I'm trying to install eclipse Luna on my pc, but it show error all the time. I've searched on many websites and found that there's something to do with configuration settings. Please help me by providing step by step instructions.! Screenshots…
user4736473
  • 23
  • 2
  • 4
-3
votes
2 answers

C++ will not run on my mac, symbol(s) not found for architecture x86_64

Heres the code, extremely basic Cpp #include using namespace std; int main(){ cout << "C++ is FUN!\n"; return 0; } The symbols that can not be found are "std" trying to use the name space, and "cout". the full error message…
TopQuark
  • 25
  • 1
  • 5
1 2 3
31
32