Questions tagged [eclipse-juno]

Juno is the code name for Eclipse versions 3.8 and 4.2 that were released on June 27, 2012. Use this tag for questions which are specific to this Eclipse release, in most cases you should also specify the eclipse tag.

For more information visit the official Juno site.

Download from here

641 questions
10
votes
1 answer

Eclipse Juno's "Preprocessor Include Paths, Macros etc." symbol scanner for CDT

So there has been an overhaul of the scanner discovery as worked on here: https://bugs.eclipse.org/bugs/show_bug.cgi?id=290631 http://dev.eclipse.org/mhonarc/lists/cdt-dev/msg24345.html However, I can't find any information on how to use it. I…
Jeff Lamb
  • 5,755
  • 4
  • 37
  • 54
9
votes
1 answer

Import of android.hardware.camera2 cannot be resolved

On using import android.hardware.camera2. I am getting import cannot be resolved. How to clear this problem. I tried everything mentioned in other solution but I am not able to fix this up. Please do help. Thanks in advance.
Nandan A
  • 152
  • 1
  • 1
  • 10
9
votes
5 answers

The type java.lang.Enum cannot be resolved - Getting error after importing Java project in Eclipse

I am getting the following error after importing Java project (Non Maven) in Eclipse: The type java.lang.Enum cannot be resolved. It is indirectly referenced from required .class files I have couple of Java classes in my project and I am getting…
Bacteria
  • 8,406
  • 10
  • 50
  • 67
9
votes
2 answers

How to use eclipse 4 DI in classes that are not attached to the application model?

I have created a OSGI service with declarative services to inject an object that implements an interface. If I inject the object in a class that is attached to the application model (handler,part,....) it is working fine. If I inject it in a class…
Yves_T
  • 1,170
  • 2
  • 10
  • 16
9
votes
3 answers

Eclipse Juno red minimize and maximize buttons on Linux

I'm running Eclipse Juno 4.2.0 on Linux with Gtk version 1.2.10 and I'm having a following graphics "bug" in the GUI: All the minimize and maximize buttons have a red background colour. In other words, minimize and maximize icons are inside little…
9
votes
5 answers

IBM Clearcase plugin installation issue with Eclipse

I am trying to install IBM Rational ClearCase SCM Adapter (For Eclipse), Version 7.6.0.0 following instructions on IBM site on Eclipse Juno CDT. I am using Install New Software > Add with the following…
Xavier T.
  • 40,509
  • 10
  • 68
  • 97
8
votes
2 answers

Target runtime JBoss v4.2 is not defined

I have imported a project and got the error "Target runtime JBoss v4.2 is not defined". I have added the JBoss 4.2 Runtime library. However, the error is still there. In my Java Build Path, I have the followling libraries added already. What other…
Johnny
  • 633
  • 3
  • 9
  • 21
8
votes
4 answers

Reset Eclipse perspective layout

I've just updated from Eclipse Juno to Kepler. What happened to the Eclipse perspective layout and how can I restore it to fill the entire window?
Flavio
  • 846
  • 1
  • 9
  • 21
8
votes
1 answer

Swing plugin for Eclipse Juno 4.2

I updated my Eclipse from Indigo to Juno 4.2, but I don't find the "Swing Plugin" for Eclipse. I need the swing in Eclipse, I don't like NetBeans, so, there's some way to use Swing in Eclipse? Where I can find that for download? How add Swing to…
Paladini
  • 4,522
  • 15
  • 53
  • 96
8
votes
3 answers

Redo-shortcut vanished - eclipse on OSX

For quite a while my Eclipse Juno won't let my redo my undo's via shortcuts, although the binding is set properly and I didn't change a thing. You can see there's something wrong here as the shortcut isn't even listed anymore. That's how it's set in…
Zhedar
  • 3,480
  • 1
  • 21
  • 44
8
votes
1 answer

How do I make eclipse format my tml files like I want them to be?

Using Eclipse Juno SR1: I have Tapestry Tools installed in my eclipse installation, and I've customized my XML Formatter too. However, regardless whether I open the tml file in the TML editor or the XML editor, when I let eclipse format the file,…
brandstaetter
  • 932
  • 3
  • 13
  • 30
8
votes
3 answers

GCM: why my application crash in GCMRegistrar.checkDevice(this);

I have a simple application with a few lines because I am trying to figure out why my real application crashes in GCMRegistrar.checkDevice(this) (if I delete it my application doesn't crash). Can anyone help? :( : public class DemoActivity extends…
alfo888_ibg
  • 1,847
  • 5
  • 25
  • 43
8
votes
2 answers

GUI Builder for Eclipse Juno

Do you know any GUI builder for SWT, which is compatible with Eclipse Juno (4.2)?
Spook
  • 25,318
  • 18
  • 90
  • 167
8
votes
1 answer

Eclipse quick fix dialogue hides bottom line

Whenever the Eclipse quick fix dialogue pops up, all options are visible, but as soon as the mouse is moved to the dialogue the bottom option is hidden by a button saying "Configure Annotation Preferences". To see the bottom option again I will need…
Robert
  • 6,855
  • 4
  • 35
  • 43
8
votes
3 answers

Unable to dock perspective bar on the left in Eclipse Juno

This page says that I should be able to dock my perspective bar in Eclipse Juno on the left, just the way I've been doing it in Indigo, Helios and previous versions. Except that the menu I get when I right-click on a perspective button in the…
Marco
  • 8,958
  • 1
  • 36
  • 56