Questions tagged [helios]

Version 3.6 of Eclipse. Use this tag for questions which are specific to this Eclipse release, in most cases you should also specify the eclipse tag.

Helios is the codename for Version 3.6 of the Eclipse IDE.

146 questions
4
votes
3 answers

Can not start eclipse due to org.eclipse.core.runtime

I copied some plugins into my eclipse installation (specifically Green and ObjectAid from this answer). I deleted them (since it did not work) but now I can not get eclipse to start (even with eclipse -clean). I get: !SESSION 2013-02-08…
Jim
  • 18,826
  • 34
  • 135
  • 254
4
votes
3 answers

Eclipse closes as soon as workbench loads

I am having this problem for some weeks now, eclipse starts with splash screen, loads plugins, workbench etc, UI opens and closes immediately. I have tried everything possible, there are no log files generated in .metadata. Problem started with…
Shashank.Kr
  • 77
  • 3
  • 12
4
votes
1 answer

How to update eclipse, though some repositories cannot be found

For some time now, I want to use the update functionality of eclipse. But every time, some (maybe obsolete) repositories cannot be found. Still I want the other parts to update, but this error just blocks everything. How can I work around that…
Thomas
  • 624
  • 11
  • 28
3
votes
1 answer

Android Layout taking 40-50 secs to save and rebuild

Layout taking 40-50 secs to save and rebuild on Helios.Every time I save the layout/s it takes quite a while to save. This is because it redraws and Rebuilds all the Resources. Apperently this issue is on windows machine only. I have already tried…
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

Eclipse PDT is freezing from time to time

I am usign Eclipse PDT Helios and it sometimes freezes for 2-3 seconds even when working with small PHP files, like 10 rows without any includes in them or any complex statement that may cause a problem while parsing. My machine has more than 3GB…
Yasen Zhelev
  • 4,045
  • 3
  • 31
  • 56
3
votes
0 answers

How to use Helios backend framework for iOS within a Ruby on Rails app?

I have been looking for a data synchronization solution for an iOS app I have been working on for quite some time, and I think I found the solution in the Helios backend framework. The first problem I have noticed is there is little to no…
ipatch
  • 3,933
  • 8
  • 60
  • 99
3
votes
2 answers

push notification configuration helios

I am trying to use Helios to send push notifications to my app. The project does not offer any description on where and how to place the .pem file(apns certificate used for push notification). I was hoping that someone on stackoverflow might have…
aliirz
  • 1,008
  • 2
  • 13
  • 25
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
0 answers

Glassfish in Eclipse intermittently deploys partially

Whenever I perform Run on Server in eclipse helios on my dynamic web maven project with no-interface EJBs, Glassfish intermittently deploys it partially. A successful deployment typically logs with these: INFO: Instantiated an instance of…
NeverFall
  • 229
  • 5
  • 10
2
votes
2 answers

Importing example projects using Android into Eclipse Helios fails

I try to import example projects using Android NDK 7 into Eclipse. The problem is that no matter how I do it. The project always ends up being completely empty. For example I tried to import the hello-jni example. I have both tried to import it…
gebirgsbärbel
  • 2,327
  • 1
  • 22
  • 38
2
votes
2 answers

Eclipse Helios CDT under Ubuntu 11.04 crashes every time I start it: "A fatal error ... SIGSEGV"

Could someone help me with this, I started using Eclipse only few days ago. I did google this problem, I see other people had the same "SIGSERV" crash but I did not find the way to fix it. Eclipse Helios CDT under Ubuntu 11.04 crashes every time…
vincegata
  • 121
  • 1
  • 5
2
votes
1 answer

Bazel hangs on java binary

I am trying to reinstall bazel on a the same machine after an OS upgrade. Following the same steps the same bazel version is giving problem when calling it. I assume the problem has to do with the java binary, but I have no idea how to further debug…
Steroes
  • 21
  • 3
2
votes
1 answer

Can I make Eclipse Helios organize imports with blank lines between subpackage imports?

This falls into the obsessive-compulsive programmer bucket. I have developed a fondness for separating imports by package with blank lines. So: import java.io.BufferedInputStream; import java.io.IOException; import…
Laird Nelson
  • 15,321
  • 19
  • 73
  • 127
1 2
3
9 10