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

"Main type not specified" with GWT and Eclipse Juno 4.2

After upgrading to Eclipse Juno 4.2 (through a fresh install) and installing GWT Plugin (3.0.0v201206271046-rel-r42) from http://dl.google.com/eclipse/plugin/4.2, I can't start my GWT application. I configure the GWT nature of my project just like…
blacelle
  • 2,199
  • 1
  • 19
  • 28
7
votes
1 answer

Setting logging config file for Eclipse project

To specify my logging configuration file I currently need to set the VM arguments separately for each run configuration in my current Eclipse project: -Djava.util.logging.config.file=src/main/resources/logging.properties I know I can also set this…
Silveri
  • 4,836
  • 3
  • 35
  • 44
7
votes
5 answers

Eclipse freezes in Windows 7

Apparently after aplying some latest updates of Windows 7, Eclipse stopped working properly. It freezes very often for 30 second to 2 minutes. In fact the system also freezes, for example the music that is played in WMP stops, loading web pages…
Jagger
  • 10,350
  • 9
  • 51
  • 93
7
votes
2 answers

Console Printing Order in Eclipse

I have a simple Arithmetic Program typed in Eclipse. When run the program in Eclipse the output appears in weird order each time I run. Sometimes The exception comes at last print statement comes first (which is the right way). Some times it comes…
bali208
  • 2,257
  • 7
  • 40
  • 43
7
votes
2 answers

Getting SVN Commit Eclipse history

Is there a simple way through the Eclipse UI to get a history of svn commits? I don't mean on specific files/folders, but in general to see the last commit (including the comment and what project/files were updated?) I'm running Juno with Subclipse.…
K.Niemczyk
  • 1,130
  • 3
  • 12
  • 26
7
votes
3 answers

Difference between "Eclipse Indigo" and "Eclipse Juno"

Currently I'm using Eclipse Indigo (v3.7) for Selenium WebDriver automation tests with Java. There is also Eclipse Juno (v3.8 - 4.2) available that I have never used. What's the difference between Eclipse Indigo and Eclipse Juno?
Ripon Al Wasim
  • 36,924
  • 42
  • 155
  • 176
7
votes
4 answers

Eclipse opens blank workspace

I have this weird issue where the following happens: fresh eclipse juno install (with all updates applied) works fine for a while asking which workspace I want to open with a dialog on startup after a few days it stops prompting me for workspace,…
JohnIdol
  • 48,899
  • 61
  • 158
  • 242
7
votes
3 answers

--launcher.XXMaxPermSize appears twice in eclipse.ini

My eclipse is crashing with OOO: perm-gen error. I opened up the eclipse.ini to increase it but to my surprise I found two occurences of the XXMaxPermSize as shown below.. I am not sure why there are two and which one to…
Aravind Yarram
  • 78,777
  • 46
  • 231
  • 327
7
votes
6 answers

Eclipse PMD Can't find basic.xml

When attempting to run pmd for a project in Eclipse/Juno, I am getting this error. An internal error occurred during: "ReviewCode". Couldn't find the class Can't find resource rulesets/basic.xml. Make sure the resource is a valid file or URL or…
Karl
  • 221
  • 2
  • 5
  • 12
7
votes
5 answers

Bug in Eclipse Juno & Neon - cannot open Console view again

When I minimize the Console view, it disappears, and I cannot show it again using the Windows > Show View > Console menu. How do I make this view visible without reinstalling Eclipse?
hqt
  • 29,632
  • 51
  • 171
  • 250
7
votes
1 answer

Android Test Project root directory issue in Eclipse

According to this page, I should create my test project in a \tests directory in the project that the tests are for. However, when I uncheck "Use default location" in the "New Android Test Project" wizard and manually set the location to the \tests…
Stuporman
  • 773
  • 6
  • 26
7
votes
1 answer

How do upgrade to GWT 2.5 in Eclipse

I'm using GWT 2.4 & Eclipse Juno. GWT is installed using the instructions at https://developers.google.com/web-toolkit/usingeclipse. I'd like to try GWT 2.5. How do I upgrade from GWT 2.4 to 2.5?
Carl
  • 2,896
  • 2
  • 32
  • 50
7
votes
1 answer

eclipse Juno custom workbench colors

anybody who knows how to change the colors of workbench views (e.g. Package Explorer) in eclipse Juno (4.2)? How can I use this nice, new CSS styling feature? For the editors it's available under Preferences - General - Appearance, but I want/need…
Christof Aenderl
  • 4,233
  • 3
  • 37
  • 48
6
votes
3 answers

SDK manager Unknown host dl-ssl.google.com

I am unable to update packages in SDK manager , it shows Download interrupted: Unknown Host dl-ssl.google.com. I am not using any proxy and my Comodo firewall is also turned off. I have also tried to run SDK with admin privileges. Anyone know how…
Faye
  • 127
  • 1
  • 1
  • 14
6
votes
1 answer

Eclipse Juno unable to open my workspace after the plugin update

Just I got update the plugin in eclipse juno. More specifically the GWT 2.5 development plugin. After I installed in it successfully,and its asked for restart.After that it exits and when tried to restart got an error "Unable to open the…
Suresh Atta
  • 120,458
  • 37
  • 198
  • 307