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

Eclipse juno jboss5.1 unable to choose deploy foudler

I've upgraded eclipse to juno and i'm triing to set the deploy foulder to "Jboss deploy foulder" but the selection is disabled...is this a bug in Jboss tool or what? I've attached a photo for more info:
simonC
  • 4,101
  • 10
  • 50
  • 78
0
votes
1 answer

Issue with eclipse juno for c,c++ in windows

I am using MinGW for running c programs in eclipse juno in windows. My programs runs fine most of the times. But sometimes even though i dont have any errors in project, I get an error saying "There are errors in the project, do you want to…
user650521
  • 583
  • 1
  • 9
  • 23
0
votes
2 answers

Install pydev on eclipse juno

I just downloaded a fresh copy of eclipse 4.2.1 and tried to install PyDev, I keep getting the below error: An error occurred while collecting items to be installed session context was:(profile=SDKProfile,…
theAlse
  • 5,577
  • 11
  • 68
  • 110
0
votes
1 answer

Eclipse Juno: Unable to read model extension

After exporting the product, when i try to run the application i do not see any view in my application.i got the reason, this is because of error "Unable to read model extension"
Khalid Azam
  • 1,615
  • 19
  • 17
0
votes
1 answer

Find and remove all getter method in eclipse java

How can I find all the getter methods in eclipse? I tried get* with methods , but it will return all those non-getter method which starts with get,too. I want only getter methods. Edit: I want to remove all the getter methods from workspace.
Priyank Doshi
  • 12,895
  • 18
  • 59
  • 82
0
votes
0 answers

Eclipse Juno error

I have Juno installed for Android development, and after updating my Android SDK, I was prompted by Eclipse to also update ADT, which I did. However, after updating it, when I tried to run eclipse, I get the error message: An error has occurred. See…
user1118764
  • 9,255
  • 18
  • 61
  • 113
0
votes
2 answers

Eclipse e4 : IStartup extension not working

I am trying to extending "org.eclipse.ui.startup" extendion point. but it seems in eclipse e4 ,it does not even getting called. is this extension is broken in eclipse e4(Juno)
Khalid Azam
  • 1,615
  • 19
  • 17
0
votes
1 answer

how to disable onCreateOptionsMenu

I just started using Juno, and I was wondering what this method is really about. And since I dont use it, I dont want it to create every time i create a project. How can I disable her? @Override public boolean onCreateOptionsMenu(Menu menu) { …
user1480742
  • 145
  • 12
0
votes
1 answer

Attach jdk source for 1.6.0_37-b06-434 and javadoc in Eclipse Juno on OS X 10.7 Lion

I have just installed the Java for OS X 2012-006 Developer Package from developer.apple.com and updated Eclipse Juno (the Springsoure toolsuite 3.1.0 version which is built on top of Juno) to use this JRE as the Execution environment and I also…
MiB
  • 575
  • 2
  • 10
  • 26
0
votes
1 answer

EAR in Eclipse Juno with JBOSS 7 does not publish automatically

Hi guys previously i was deploying my project WAR on JBOSS AS 7 and whenever resources got changed the eclipse Juno auto republished the war file. But since I added my war into a ear and deployed that ear on JBOSS, now eclipse doesn't auto…
Ali Arslan
  • 1,027
  • 10
  • 24
0
votes
2 answers

mingwCC compile error (Eclipse Juno)

Okay, so I am trying to compile something right now and I am new to C++ so maybe the code itself is causing the error however no red marks show up in the code itself that Eclipse is showing me. Here is what the error says…
Austin
  • 3,010
  • 23
  • 62
  • 97
0
votes
3 answers

Issues with permutation function and swapping string values

Okay, so I need some help getting my string to swap around. Here is the overall code of what I am trying to do, but I can't just move the string around. I started off trying to convert it to characters but the majority of replies said to just use…
Austin
  • 3,010
  • 23
  • 62
  • 97
0
votes
1 answer

Eclipse Juno - Hangs on Type Space loading

Don't know what happened, but it just hangs on "Type Space loading (4%)" and that's it. I tried to solve problem with -clean option and with deleting .history and eclipse resources folder under plugins. I also tried with new workspace and it's still…
Tomi S
  • 197
  • 1
  • 6
  • 17
0
votes
2 answers

Using Jetty in Eclipse Juno

As I understand, Eclipse Juno release has Jetty servlet container embedded. So I have assumed, that means I can use Jetty in Eclipse Java EE without installing any additional plugins or packages. I have tried this: Created a simple dynamic Web…
Nikem
  • 5,716
  • 3
  • 32
  • 59
0
votes
1 answer

how to checkout maven mutlitmodule projects from eclipse juno

I've been trying to get a straight answer to this if possible. I'm currently using Eclipse Juno / Subclipse / Sonaytype m2eclipse. What can (if at all) I do to checkout a multi-module project from SVN such that the project appears as a single…
user1111871
  • 137
  • 1
  • 12