Questions tagged [eclipse-3.6]

For issues relating to configuring or using Eclipse 3.6 (Helios) released on 23 June 2010. Use this tag for questions which are specific to this Eclipse release, in most cases you should also specify the eclipse tag.

Eclipse is an open source IDE with a very large user base and ecosystem. It is primarily used for Java development, but can be used for any programming language.

Eclipse Helios downloads are here

149 questions
173
votes
7 answers

Difference between Eclipse Europa, Helios, Galileo

What is the difference between versions of Eclipse (Europa, Helios, Galileo)? Which is the best for desktop application?
Ballon
  • 6,882
  • 18
  • 49
  • 63
39
votes
4 answers

Eclipse online access extremely slow--cannot complete updates or install new software

I'm trying to set up an Ubuntu 10.10 image in VMWare to do some Android development (my machine actually runs Windows 7 64bit). I've downloaded Eclipse 3.6.1 and when I tried to install the Android Tools by going to Help -> Install New Software,…
zmow
  • 391
  • 1
  • 3
  • 3
37
votes
4 answers

Eclipse warning: XXXXXXXXXXX.jar will not be exported or published. Runtime ClassNotFoundExceptions may result

I keep getting the following error after I put the required files in my build path on Eclipse. I am working on a Spring MVC Hello World Application and using Eclipse Helios for Java EE developers: Jan 16, 2012 1:25:42 PM…
Mike
  • 1,590
  • 8
  • 27
  • 41
22
votes
1 answer

Is it possible to hide/remove arbitrary context menu items in Eclipse (3.6)

My question can be split into three: Is it possible to hide/remove arbitrary context menu items in Eclipse (3.6) by ... standard UI? some existing plug-in? custom plug-in? I failed to find ways to do this by methods 1 and 2. If the only option is…
Vilius Normantas
  • 3,708
  • 6
  • 25
  • 38
21
votes
6 answers

How to install the GlassFish 3 server adapter with Eclipse Helios 3.6

Question as stated in the title: how to install the GlassFish Server Adapter on Eclipse Helios 3.6?
Pascal Thivent
  • 562,542
  • 136
  • 1,062
  • 1,124
19
votes
3 answers

Why does Eclipse consider that the app engine sdk jar is the directory where the app engine SDK is?

I have a Google App Engine project imported in Eclipse. For some reason when I go to Eclipse project properties the Google App Engine SDK seems to be saved as the location of the jar (appengine-api-1.0-sdk-1.4.0.jar) instead of the location where…
16
votes
4 answers

Unable to launch Android application in Eclipse; An internal error occurred during: "Launching myApp"

I'm unable to start up my Android application in Eclipse, I'm getting the following error when I select "Run as Android Application" I have my Android Virtual Device running, can't see any issues with that (I'm able to navigate around the OS on the…
Jimmy
  • 16,123
  • 39
  • 133
  • 213
15
votes
2 answers

Eclipse crashes with "Unable to create new native thread" - any ideas? (my settings and info inside)

I'm having trouble with Eclipse routinely crapping out on me (and being generally sluggish) and I was wondering if anyone could give me any insight. The message that gets thrown is "Unable to create new native thread." at which point I'm prompted to…
Folken
  • 447
  • 2
  • 7
  • 13
13
votes
3 answers

Which version of Eclipse should I run on OSX? 32bit or 64bit?

This may be a silly question but should I use the 32 bit or 64 bit version of Eclipse on my Mac? I'm fully up to date with Snow Leopard and all patches and I have a pretty recent iMac (30", Dual Core, 3GB) I thought that Java on Snow Leopard was now…
Fortyrunner
  • 12,702
  • 4
  • 31
  • 54
11
votes
2 answers

How to change the background color for the line number column in eclipse?

I am using Eclipse 3.6.1 classic and trying to tweak the color syntax to my desire. The one thing I haven't been able to change is the background color for the line number column. If this is not possible because Eclipse doesn't have an option for…
sixsix
  • 111
  • 1
  • 4
10
votes
3 answers

How do I get my Eclipse shortcuts working again in Helios?

Since upgrading to Helios, some of my main shortcuts have stopped working; I use Control + Option + C for Subversion commit, but since the upgrade, hitting this combination in the navigator view behaves the same as just hitting C (moves to the next…
Cebjyre
  • 6,552
  • 3
  • 32
  • 57
9
votes
2 answers

When not to use this server location when using tomcat within Eclipse

When using tomcat within Eclipse why would I ever not want to use the tomcat installation as checked in the attached image. I always use the "Tomcat Installation" Are there advantages/disadvantages of using the other Tomcat server locations.
blue-sky
  • 51,962
  • 152
  • 427
  • 752
9
votes
1 answer

Generate class diagram Eclipse with Android SDK

I have a Android project for which I want a class diagram. What is the best way to do this? I have installed the MoDisco, GEF, UML2 Extender. Are these sufficient? What is the simplest way to generate a UML from the classes with activities I already…
kakka47
  • 3,479
  • 8
  • 44
  • 52
8
votes
1 answer

How to choose the location for the local repository for Mylyn tasks?

I am using a local repository for Mylyn. I would like to save the repository as file in the version controlled path for my project. This way I can have backup and versioning for my tasks. How can I set the repository path?
Jader Dias
  • 88,211
  • 155
  • 421
  • 625
8
votes
1 answer

"Java EE module dependencies" options missing in Eclipse Helios

I've just downloaded the eclipse helios IDE. I'm trying to create a dynamic web project. In eclipse galileo we had a option called "Java EE module dependencies" to add the dependency jars and other projects to the classpath on the server. But this…
Roshan
1
2 3
9 10