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

Is it normal when running Eclipse Helios, Javaw consumes a lot of RAM?

Possibly this is a recurrent subject here: After reading some answers on stackoverflow regargind Eclipse Helios performance and made a bunch of tweeks on its .ini, it is still consuming too much memory and make my computer even slower. Here is a…
Junior Mayhé
  • 16,144
  • 26
  • 115
  • 161
0
votes
1 answer

Get the methods that return an object of specific class type, using Eclipse Helios

While working with Calendar API, I found that getTime() is its only method that returns a Date object. But to know this, I manually checked all the methods using Content Assist (Ctrl + Space) in Eclipse Helios. So, I wonder is there some way in…
whitehat
  • 2,381
  • 8
  • 34
  • 47
0
votes
1 answer

"PKIK path building failed" when attempting to clone repo from github in Eclipse 3.6 with WAS 8 plugin

I have installed the Eclipse Java EE Developers Helios SR2 IDE. The only additional plugins, installed from the Eclipse marketplace, are WebSphere Application Server 8.0 Developer Tools (8.0.4) and JGit/EGit. I could attach to github fine until I…
Nathan Good
  • 3
  • 1
  • 5
0
votes
2 answers

how can I be notified when a bundle throws an exception in osgi runtime? (equinox helios)

If a bundle throws an exception in osgi, the stack-trace is printed on the osgi console. I want to be notified if a bundle throws an exception. I thought using osgi logging service could help about it. However I could not get it to work under…
zardosht
  • 3,014
  • 2
  • 24
  • 32
0
votes
1 answer

Eclipse Helios random crashes

My Eclipse is crashing almost every 10 minutes and I have no idea why. It is so annoying. And I have no clue how to solve this problem.There is nothing specific I do to bring eclipse to crash. Sometimes I just open a new window or click on Save,…
jcdmb
  • 3,016
  • 5
  • 38
  • 53
0
votes
1 answer

Eclipse Plug-in:How to clear old values from Preference Page when plugin has been Uninstalled?

I am using Eclipse Helios 3.6 Eclipse Java EE IDE for Web Developers. Version: Helios Service Release 1 Build id: 20100917-0705 I have a preferences page plug-in which sets a path which I need for my application. When I un-install my plug-in, the…
Abbas
  • 3,144
  • 2
  • 25
  • 45
0
votes
0 answers

Eclipse Helios & Darkest Dark Theme with DevStyle

Please help me solve this problem. I started studying to be a programmer. I was given the program Eclipse Helios (Wascana). I understand that the school uses it because it is fast, unlike the latest versions. I can't change the theme. Marketplace…
Michael
  • 1
  • 1
0
votes
1 answer

build error in eclipse(helios) for dynamic web project

I have a simple dynamic web project in eclipse(helios). In this I have one jsp which ask for uname and password and it goes to a servlet which will just print the uname. I am using Ant to build the war and deploy. I have done below settings for…
shiny
  • 43
  • 1
  • 11
0
votes
1 answer

dynamic web project creation option in eclipse helios

I have installed eclipse helios from zip file with name 'eclipse-java-helios-SR1-win32' which means it is for win32 and SR1. But, after extracting these files and opening eclipse IDE I cannot create a dynamic web project from New->I cant find…
shiny
  • 43
  • 1
  • 11
0
votes
1 answer

Eclipse helios Servlet creation wizard fields are blank

Am trying to create a simple servlet using servlet creation wizard in helios(eclipse). A popup opens up and when I type the class-name, at the top of the popup I can view a red cross mark which says 'The Source folder cannot be empty'. There is…
shiny
  • 43
  • 1
  • 11
0
votes
3 answers

Eclipse Helios 3.6.0 hangs while installing Egit

I am trying to install Egit on my eclipse using market place. The problem i am facing is that the installation gets stuck at 49%. I waited for almost 2 hours yesterday but still the installation did not happen. Has anyone faced any such problems…
Akamad007
  • 1,551
  • 3
  • 22
  • 38
0
votes
1 answer

Problem with SWT Combobox addSelectionListener()

cmbCategory.addSelectionListener(new SelectionAdapter() { @Override public void widgetSelected(SelectionEvent e) { //Do things } }); The above code works just fine when I make selection using the control itself, but does not…
Rabin
  • 1,563
  • 4
  • 20
  • 44
0
votes
1 answer

Why does Eclipse Helios show only limited amount of output?

Using my Java program and Eclipse Helios , I am trying to print a large output on the console. The 'Console Buffer Size' in the Eclipse->Preferences->Console is 1000000 characters, but still console shows only last ~3350 characters (~76 lines).…
Bhushan
  • 18,329
  • 31
  • 104
  • 137
0
votes
1 answer

How do you transition from using Eclipse for your builds to using Ant

I have a spring web application in Eclipse Helios. I use Ant for my builds on other projects but am not familiar with initially setting up Ant build files. Is there a painless way to make the transition from using Eclipse to do my builds, to…
coder
  • 6,111
  • 19
  • 54
  • 73
0
votes
1 answer

Eclipse Double Spaces code

Just opened the Eclipse Helios with Aptana to discover all of my code is now double spaced. I assume this is a setting somewhere but can't figure out where. How do I turn off double spacing in Eclipse?
csi
  • 9,018
  • 8
  • 61
  • 81