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
3
votes
2 answers

Unable to install new Eclipse Helios software

I have a problem downloading new software via the "Install New Software..." dialog of Eclipse Helios. It used to work a few weeks ago, but now I get the following error when I try to visit the official Helios…
kraenhansen
  • 1,535
  • 2
  • 15
  • 26
3
votes
2 answers

Installing Android ADT plugin v9.0.0 on Eclipse Classic 3.6.1 failed

I've followed instructions on developer.android.com carefully: I've downloaded Eclipse Classic 3.6.1 I've opened Help->Install New Software and added ADT Plugin site But install still fails to match all dependences. I've tried to add additional…
Anton Chikin
  • 1,746
  • 2
  • 17
  • 22
3
votes
3 answers

How to Install Visual Editor on Eclipse Helios?

Hey, I use Eclipse Helios in Ubuntu, and I'd like to install a plugin for eclipse that works with swing. So, I found visual editor in this site http://www.eclipse.org/vep/downloads/, and I downloaded it. Now, I'd like to know hoe to install it. I…
rogcg
  • 10,451
  • 20
  • 91
  • 133
3
votes
5 answers

eclipse cdt: add include path from pkg-config

i want to add a dynamic configuration path (generated from pkg-config) to my project. (this is basically for third-party dependencies like boost, so workspace includes is not appropiate, and filesystem include neither because that would be hardcoded…
lurscher
  • 25,930
  • 29
  • 122
  • 185
3
votes
2 answers

Zend Studio on Eclipse "HELIOS"

I'm trying to install Zend Studio on an existing installation of Eclipse HELIOS, but Zend doesn't want to behave. The PDF instructions here say it's for "Eclipse Galileo version 3.5.1 only". Sure enough, I'm getting a strange error on a Helios.…
dave
  • 1,043
  • 1
  • 10
  • 18
3
votes
3 answers

Crystal reports installation in Eclipse

I am very new to Crystal Reports but I am familiar with Eclipse as I have made many apps on Android with it. Now I want to generate Crystal Reports in Eclipse Helios (SDK 3.6.2). So for the installation I referred to this link. I followed the path…
Name is Nilay
  • 2,743
  • 4
  • 35
  • 77
2
votes
0 answers

Error notifying registry change listener. Invalid registry object after installing Google Plug-in for Eclipse

(I've installed JDK 1.6 + Eclipse HELIOS) After installing Google Plugin for Eclipse 3.6 , I restarted Eclipse and found: Google Sign-in doesn't work ( gives an OAuth error, saying invalid client_id ) The Google toolbar doesn't show up. The…
sbose
  • 1,791
  • 5
  • 24
  • 46
2
votes
1 answer

Difference in Javascript validation between Eclipse Helios and Eclipse Indigo

I've been experimenting with JSDT. Under Indigo, the validation has stopped complaining about unknown fields of objects. In Helios, it does. This is for all objects, as far as I can tell, but here's one example I have a JSDT user library that among…
The Archetypal Paul
  • 41,321
  • 20
  • 104
  • 134
2
votes
2 answers

validation problem with jsf pages in eclipse helios

Since I reinstalled Eclipse Helios I have a lot of these errors in my problems view: Encountered "" at line 0, column 0. Was expecting one of: ... ... ... "true" ... …
hugri
  • 1,416
  • 3
  • 18
  • 32
2
votes
2 answers

GWT plugin for Eclipse Helios installation problem

I just downloaded Eclipse Helios version 3.7.0. The very first thing I do after starting Eclipse is install the following GWT plugins for Eclipse: in Install, I set the Work With text field with: http://dl.google.com/eclipse/plugin/3.6 I select the…
Pierre Duval
  • 33
  • 1
  • 5
2
votes
2 answers

Unable to install Android ADT Plugin for Eclipse Helios 3.6.2

I am a new Android developer. While trying to install the ADT Plugin for Eclipse on a Win 7 system, I encountered this warning: Warning: You are installing software that contains unsigned content. The authenticity or validity of this software cannot…
KKKK
  • 21
  • 1
  • 1
  • 2
2
votes
1 answer

Failure running junit test. Can`t create new browser session

Got eclipse helios; junit, selenium-java-client-driver, selenium-server libs. Added libs to project as external jars. Wrote simple test: import com.thoughtworks.selenium.SeleneseTestCase; public class FirstTest extends SeleneseTestCase{ public…
Invy
  • 1,058
  • 1
  • 10
  • 12
2
votes
1 answer

adding software components to eclipse

I have an eclipse installation from the "Eclipse for PHP Developers" package and I want to "extend" it to have in addition to the PHP components all the components of "Eclipse IDE for Java EE Developers". but the Feature Lists in the above links do…
epeleg
  • 10,347
  • 17
  • 101
  • 151
2
votes
2 answers

Colorer Plugin in Eclipse Helios

I've been unable to get the wonderful Eclipse Colorer plugin to work with my current copy of Eclipse (Helios 64 bit). It installs ok but whenever I attempt to open a source file I get this error: Error in initialization of native part of the…
Steve Vermeulen
  • 1,406
  • 1
  • 19
  • 25
2
votes
2 answers

Eclipse PDT (helios) autocompletion

I've just completed a new eclipse helios install and I am wondering why the autocompletion is not working properly; in my older versions (ganymede/galileo) it was. It's working for simple functions and class-methods but: It doesn't know methods…
Andreas Linden
  • 12,489
  • 7
  • 51
  • 67
1 2
3
9 10