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

Upgrading from Eclipse Galileo to Helios

Whats the best way to upgrade from Galileo to Helios whilst still preserving my settings and plugins? Thanks
DD.
  • 21,498
  • 52
  • 157
  • 246
7
votes
2 answers

Eclipse RCP: How to prevent multiple instances of RCP from launching?

I read on http://eclipse.geekyramblings.net/2010/12/14/preventing-multiple-instances/ on how to prevent multiple instances of your RCP from being launched. But when I made my RCP(It's a simple RCP based on the "Hello RCP" Template) executable and…
Abbas
  • 3,144
  • 2
  • 25
  • 45
7
votes
6 answers

JADClipse not working with Eclipse 3.6

Does Jadclipse work on Eclipse 3.6? I have installed Jadclipse 3.3.0 on my Eclipse 3.6 by copying the jar into the plugins directory and restated eclipse. Now I have the jadclipse menu under Windows->Preferences but when trying to de-compile any…
RonK
  • 9,472
  • 8
  • 51
  • 87
7
votes
2 answers

Define update sites in config.ini file

I'm creating a product based on Eclipse 3.6.2 for our project. The idea is to create an Eclipse installation that has all the plugins we require and all configuration are setup as we need them for the project. As part of that, I want to make sure…
Fredrik
  • 10,626
  • 6
  • 45
  • 81
6
votes
1 answer

Adding a view on perspective in particular folder

In my Eclipse RCP application I have four views A, B, C, D. I want to display only A, B, C view at application start-up, and D view to be displayed when user click on button. I am adding a view dynamically …
Abhit
  • 481
  • 6
  • 19
5
votes
1 answer

Specifying to Eclipse/JSDT the type of a Javascript variable

I'm trying to use Eclipse for some server-side Javascript development. The API I use has a function doStuff(string, object) (names changed to protect the guilty) that returns a value of differing types (subclasses of one type) depending on the…
The Archetypal Paul
  • 41,321
  • 20
  • 104
  • 134
5
votes
3 answers

Hadoop 0.20.2 Eclipse plugin not fully functioning - can't 'Run on Hadoop'

I've just finished installing Hadoop 0.20.2 under Cygwin on Windows 7 with Eclipse Helios (3.6). Hadoop is now fully started, and I'm trying to run a test application within a newly created MapReduce test project in Eclipse. I'm using the Hadoop…
codinghands
  • 1,741
  • 2
  • 18
  • 31
5
votes
0 answers

Eclipse plugin development: error logging in log4j to error view

I'm trying to make my logging from log4j to go to the Eclipse Error Log view in my plugin. I've got two external bundles: Bundle 1: created a Plugin Development project based on existing JARs, containing the log4j library. Bundle 2: created an…
testuser
  • 952
  • 4
  • 17
  • 34
4
votes
1 answer

Curvy tabs in Eclipse RCP App

I am currently using Eclipse Helios Service Release 1. I am new to both the IDE and the platform. My question is, how do I get the same curvy tab on my app that of the IDE?
Rabin
  • 1,563
  • 4
  • 20
  • 44
4
votes
1 answer

Is it possible to work with scalaz in eclipse?

Create a new scala project add library reference to scalaz create a new package create a scala file in the package set encoding to UTF-8 paste the content of the bifunctor example adjust the package in the file It works in intellij. With eclipse…
onof
  • 17,167
  • 7
  • 49
  • 85
4
votes
8 answers

Any major problems with Helios?

I have just seen that new major release (3.6 Helios) of eclipse is available for download. I want to try it, but before that I want to know if anybody experienced any major problems. I want to determine If I could try this or not, since my project…
Reddy
  • 8,737
  • 11
  • 55
  • 73
3
votes
2 answers

Eclipse open declaration/implementation hover menu empty

Running Mac Eclipse Helios SR2, the menu that appears on command-hovering over a method sometimes comes up empty instead of the usual Declaration/Implementation option: The last time this happened, it went back to normal after a few days with no…
blahdiblah
  • 33,069
  • 21
  • 98
  • 152
3
votes
1 answer

classpath, eclipse and java.lang.ClassNotFoundException: com.mysql.jdbc.Driver

I have seen & read over 10 similar questions but am still unable to figure it out. I am using windows7 / Eclipse Helios Service Release 1 / mysql-connector-java-5.1.13-bin.jar. Everything worked until yesterday, and noW I get this error. I am not…
epeleg
  • 10,347
  • 17
  • 101
  • 151
3
votes
1 answer

Packaging a native library into an APK

How do I do this from Eclipse? I can't find any way. I tried creating a build.xml with the following and adding it as the final builder:
Ian Kemp
  • 28,293
  • 19
  • 112
  • 138
3
votes
2 answers

Eclipse Helios not loading/starting , taking time to launch

I am using Eclipse Helios. Last days I am facing problem that Eclipse Helios is taking very much time to launch. When I checked the Task manager, I found that the Memory usage linked to eclipse Helios is growing very slowly and at 31,132 K it stucks…
Abhishek Choudhary
  • 8,255
  • 19
  • 69
  • 128
1
2
3
9 10