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

Unable to drag fast views in Eclipse Juno

Why can't I drag them at all? When I open any view, I make sure it's opened as a fast view. The problem is, all of them are docked to the same stack/bar, which is undesirable. I want to stack relevant views together by dragging them around, but I'm…
mystarrocks
  • 4,040
  • 2
  • 36
  • 61
0
votes
1 answer

Eclipse juno android xml editor missing buttons

I decided lately to start playing arround with some Android programming and I have a very wierd problem that I can not specify if it is caused by the version of Eclipse that I use (aka Juno). More specifically, when I open let's say the…
0
votes
2 answers

Failed to load Tomcat Server 7 configuration in Eclipse EE Juno

My old server hand an error saying it could not be launch, so I decided to clean everything and reinstall it. upon setting up a new Server this shows up. How would I resolve this issue.
KyelJmD
  • 4,682
  • 9
  • 54
  • 77
0
votes
1 answer

why eclipse cant find g++?

Im running ubuntu and eclipse juno. I have installed ctd, and g++ and gcc. everything is working, but: I have a simple hello world programm that comiles and runs and prints, but when i see the project in eclipse i see errors on std, namespace,…
Yakir Yehuda
  • 650
  • 7
  • 23
0
votes
1 answer

Eclipse Juno EE NoClassDefFoundError when using external Jar

I added an external jar in my eclipse dynamic webproject via Folder -> properties -> build path -> Libraries -> add external jar. The code is working fine on compile time. package servlet; import java.io.IOException; import…
user962206
  • 15,637
  • 61
  • 177
  • 270
0
votes
2 answers

Download latest 4.2 eclipse build. Is it broken?

I am looking for the latest eclipse build specifically for 4.2. In this downloads page the latest is the 4.2 Maintenance Build but when I go to the download area following this link the page is I see: Why is the status with red X? Is the build…
Cratylus
  • 52,998
  • 69
  • 209
  • 339
0
votes
1 answer

Where is the Eclipse's preferences stored locally?

I have an old Eclipse stored under '/Applications', and today I download the latest Juno and open in the Desktop, I found the Juno is able to read my current config, e.g. code formatter settings, color theme. Are these settings stored in a globally…
Ryan
  • 10,041
  • 27
  • 91
  • 156
0
votes
1 answer

GCM: register the device [GCMRegistrar.register(this, SENDER_ID)]

I have a important delivery, i hope you can help me. I have to use GCM. I am using the file in the official guide in http://developer.android.com/guide/google/gcm/demo.html I did "Setting Up the Server Using App Engine for Java" and it work. My…
alfo888_ibg
  • 1,847
  • 5
  • 25
  • 43
0
votes
1 answer

eclipse juno jstl error cannot find tag lib

I have recently upgraded my Eclipse to Juno. Now when I open my Spring MVC project all my jsp files are marked with errors. The error is on this line <%@ taglib uri="http://java.sun.com/jsp/jstl/core" prefix="c"%> And the error message…
carbontax
  • 2,164
  • 23
  • 37
0
votes
2 answers

How to change the color styles in eclipse

I am using eclipse JUNO. When the cursor goes over the variable name (in resource and debug perspective) the details of the variable name in displayed in a small window like a box..How to change the color of the window and its details.. In my case …
Aravindhan
  • 3,566
  • 7
  • 26
  • 42
0
votes
1 answer

Is there a way to open a file browser view within Eclipse?

I am working on using Eclipse as a basic file editor, without all the heap issues that comes with a Java tools install. I downloaded the platform version with no plugins, and added some editing tools for the code I wish to develop. I do not intend…
Phil
  • 35,852
  • 23
  • 123
  • 164
0
votes
1 answer

remote akka system port conflict

I am working on a play framework 2 system using java .The play framework uses the akka system integrated with play framework to connect with a remote akka system. the remote akka system is made up of a master node and a worker node. Both systems are…
faisal abdulai
  • 3,739
  • 8
  • 44
  • 66
0
votes
2 answers

Eclipse - Error in re-setting breakpoint in C++ Project

I'm using Eclipse Juno with the CDT Plugin, but I've tried in Indigo as well and this problem happens there too. I'm on Ubuntu 12.04. I've created a new C++ project with the following code. I've set a breakpoint on the second line. #include…
gsgx
  • 12,020
  • 25
  • 98
  • 149
0
votes
0 answers

Problems with referencing a remote actor

I have a play framework that uses the play actor integration to reference and communicate with a remote akka system. Looks like I am not getting the remote referencing right. First the remote akka implements the bootable interface and It has a…
faisal abdulai
  • 3,739
  • 8
  • 44
  • 66
0
votes
0 answers

How do I create a menu item in Eclipse 4.2 that accepts contributions exactly the way Eclipse's "File > New" menu item does

I want to create a menu item exactly like Eclipse's 'File > New' in my Eclipse 4 RCP application, so other Features that are built for Eclipse can contribute their "New Wizards" to it. I've successfully done this before in an Eclipse RCP application…
twindham
  • 930
  • 9
  • 31