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
1
vote
1 answer

Eclipse helios issue

I have installed eclipse Helios c/c++ on my Ubuntu 10.04. Now I can easily develop c or c++ application. Now my problem is that I want to use Java on this eclipse. I know that eclipse is made for Java . But I use eclipse Helios c/c++(Its a new…
user513164
  • 1,788
  • 3
  • 20
  • 26
1
vote
1 answer

SpringIDE 2.6.0 failing to initialize with error under Helios

I'm running into an issue with the Spring IDE release 2.6.0 under Eclipse 3.6 SR 1 Error occured processing XML 'Could not instantiate bean class…
Dave G
  • 9,639
  • 36
  • 41
1
vote
2 answers

Eclipse, SVN error after updating SVN.connector 2.2.2

Eclipse for PHP Developers Version: Helios Service Release 2 Build id:20110301-1815 Mac OsX 10.6.6 (all updates installed) I updated my Eclipse SVN connector to the most current version (using the Eclipse updater). The new plugin file names…
Pascal
  • 296
  • 3
  • 10
1
vote
1 answer

Jboss tools on Eclipse Helios problem

I have installed Jboss tools for eclipse helios. but when I try to get priview of a HTml file I get this message: Could not open the Visual Page Editor: Bundle org.mozilla.xulrunner.cocoa.macosx is not…
ali
  • 350
  • 2
  • 15
1
vote
3 answers

How do I run an Eclipse Helios project right on my Android Phone?

I have an HTC Desire and I cannot figure out how to run my eclipse keyboard on it. Can someone please help me? I don't want to run it on my Android Emulator because when you turn it landscape the keyboard doesn't show up. Neither does the one that…
Anthony
  • 13
  • 1
  • 4
1
vote
1 answer

How to create JSF 2.0 project on Eclipse AND Websphere Community Edition 2.1

I want to create JSF 2.0 project in Eclipse 3.6 and I want to deploy it on Websphere Application Server Community Edition 2.1. I created a simple web project. And in index.html I write this code
jacop41
  • 152
  • 7
  • 25
1
vote
1 answer

How to get the SSH connection running on Eclipse Helios?

I would like to use the SSH feature that comes with the Eclipse Helios but I haven't found a good step by step tutorial on this. The Help that comes with Eclipse Helios is not that helpful since it had sections of information on the SSH that are not…
avatar
  • 12,087
  • 17
  • 66
  • 82
1
vote
1 answer

I try to add simple java project to Deployment Assembly and it disappear

Hi stackoverflower, I use eclipse Helios and this is my problem. I have main project name main. It is Dynamic Web Project. I have util project name util. It is Simple Java Project. I open Deployment Assembly from main project. I click Add ->…
diewland
  • 1,865
  • 5
  • 30
  • 41
1
vote
1 answer

Eclipse Helios for Java EE hangs on Ubuntu 32-bit

I'm using Eclipse Helios for Java EE on Ubuntu 32-bit DE. Eclipse hangs for about 20 seconds when the content assist pops up (usually on large classes such as JFrame). I'm using it with GWT plugin and WindowBuilder. So far I've tried changing to…
1
vote
3 answers

Eclipse to generate setters

In Eclipse is there any way that given a class with a list of defined setters, that you can list these out before populating them? For example: public class Test { private String valueA; private String valueB; private String valueC; private…
Damo
  • 11,410
  • 5
  • 57
  • 74
1
vote
2 answers

Eclipse 3.6: Can't find Git support

I just installed Eclipse 3.6 Helios, which is supposed to offer integrated Git support, but I just can't find any related view or perspective. I installed Eclipse for JavaEE for Linux 32 bits.
Alexis Dufrenoy
  • 11,784
  • 12
  • 82
  • 124
1
vote
2 answers

Local Java Project jars aren't added to Maven built war - Eclipse 3.6 Helios

In Helios, the old "EE Module Dependencies" was replaced with "Deployment Assembly" but it still does the same thing, allows for the addition of external projects, in this case, a pure Java Project. This all works fine locally, but when I have…
chrismarx
  • 11,488
  • 9
  • 84
  • 97
1
vote
2 answers

Show-stopper Eclipse Helios install problems under OSX (10.6) 64bit

I thought I'd give Helios a try, so I grabbed the latest Java EE install from http://www.eclipse.org/downloads/packages/eclipse-ide-java-ee-developers/heliosr. Note, both OSX 32bit and 64bit exhibit the same symptoms. So from a fresh install I run…
Shane
  • 3,051
  • 3
  • 40
  • 45
1
vote
2 answers

Eclipse started crashing

I have been using eclipse for a couple of weeks now, and all of a sudden it has started crashing with this error: An internal error occurred during: "Selection Job titile". java.lang.StackOverflowError Here's some other info: It's the most recent…
lemiant
  • 4,205
  • 4
  • 31
  • 38
1
vote
1 answer

Eclipse Helios Ant Editor giving errors/warnings with Ant 1.8.1

I upgraded my OS Ant version to 1.8.1 (I use Gentoo Linux if that's important). Previously I was using the OS's install of Ant 1.7.1 from within Eclipse Helios by changing the Ant Runtime to point to my Ant installation. However after upgrading to…
kierans
  • 11
  • 3