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

Eclipse project does not want to clean

I have been working on eclipse helios, trying to SVN repository project. Safe to say it checked out correctly to a specific work-space. however when I copy the file from the eclipse packaged folder into the root folder and restarting the eclipse.…
0
votes
1 answer

Eclipse plugin (reinstall ?)

I'm working for a long time with Eclipse Helios 3.6 and have a lot of plugins installed from the Eclipse webpage. Now, I wanted switch to the Eclipse Version Juno 4.2 My question: Can I use the old plugins from my Helios or must I reinstall the…
Samy
  • 1,013
  • 3
  • 15
  • 25
0
votes
1 answer

not able to debug eclipse helios 3.6

I have the following scenario: xdebug 2.0.0rc1-5.1.2 Eclipse Helios php 5.1.6 I am trying to debug a php application on eclipse but it doesn't stops on breakpoints. The browser is initallized correctly. I think versions of xdebug , eclipse helios…
0
votes
1 answer

JSP support in Eclipse With Crystal Reports Plugin

I want to generate a JSP file in eclipse helios-SR2-win32 (3.6) version. It should be as simple as right-clicking on the Web Content folder of the Crystal Reports Web Project and selecting New->JSP, but some how I dont have the option of JSP inside…
Name is Nilay
  • 2,743
  • 4
  • 35
  • 77
0
votes
1 answer

Unhandled event loop exception when I open a JSP file in eclipse helios

I want to generate Crystal Reports in Eclipse for which I have recently downloaded crystal reports 2.0 for eclipse. I am using eclipse-jee-helios-SR2-win32 (3.6) version and Tomcat v5.5 server version. I can generate the JSP file from the Crystal…
Name is Nilay
  • 2,743
  • 4
  • 35
  • 77
0
votes
0 answers

Attach JProfiler to Running Eclipse

When I try to attach JProfiler to a running Eclipse Helios, 3.6 I think, I get ... Exception in thread "main" java.lang.NoSuchMethodError: main Why is this happening, and how can I stop it from happening? I can attach just fine to a Juno Eclipse…
Jonas N
  • 1,757
  • 2
  • 21
  • 41
0
votes
2 answers

Ctrl+Shift+f (Code Formatting) is not working properly in Eclipse Helios

When I try to format code in Eclipse Helios, by pressing ctrl+shift+f, the code is getting formatted, but the results are very ugly. Two or three statements in one line, for example. Indentation is also very poor. For ex: After formatting the…
Shrikant Ballal
  • 7,067
  • 7
  • 41
  • 61
0
votes
3 answers

Am I misunderstanding the usage of Export-Package in OSGI Bundles?

I'm developing a plug-in that needs access to the class org.eclipse.swt.widgets.Display. This class is contained in org.eclipse.swt.win32.win32.x86_3.5.2.v3557f-RCP20100710-0200.jar. However, the class is also exported by the manifest in…
Mike Hofer
  • 16,477
  • 11
  • 74
  • 110
0
votes
1 answer

Sonar-Eclipse Plugin, Sonar-Eclipse(OEPE)-Helios Integration

I am trying to integrate eclipse(OEPE)-Helios with sonar but got failure all the time. i am doing this by downloading sonar-eclipse plugin via Help --> install New Softwares feature of eclipse ide. but always it through below error.. "could not find…
shekhar verma
  • 489
  • 2
  • 9
  • 22
0
votes
2 answers

Android ADT installation in Eclipse

While installing ADT in eclipse helios I am getting a problem shown below: Cannot complete the install because of a conflicting dependency. Software being installed: Android Traceview 18.0.0.v201203301601-306762…
AndroidDev
  • 2,627
  • 6
  • 29
  • 41
0
votes
1 answer

Eclipse configured tomcat doesn't delete server restart changes

I have a spring based maven web project on eclipse 3.6 and a locally configured tomcat 6 with it. When I make changes in any java source file or any configuration file it doesn't ask me to restart the server when I look at the tomcat instance.…
skip
  • 12,193
  • 32
  • 113
  • 153
-1
votes
1 answer

No Android option found in Eclipse 3.6.1 Helios in Windows>Preferences

I am currently under Android Trainee. I first installed jdk-1.6 (64 bit) on my Windows7 OS, and set the PATH system variable upto JDK bin. After that I installed Eclipse 3.6.2 Helios(64 bit), but now, no android option is there on left side of…
-1
votes
1 answer

Why does Eclipse code completion no longer work after UPGRADE from 3.5 to 3.6 on OS X?

Might be more appropriate for Superuser but... A couple days ago I decided it was time to upgrade Eclipse from 3.5 to 3.6. My 3.5 version was installed from the Zend Debugger+PDT all-in-one initially. Because I didnt feel like rebuilding my custom…
prodigitalson
  • 60,050
  • 10
  • 100
  • 114
-3
votes
1 answer

How to create a C class on Eclipse

I am learning how to program in C and using Eclipse helios that can compile both C and C++. When I tried to create a class, it always says creating a C++ class but not C. How do I create a C class with some default setting(#include, #include, etc.)…
Steven Chan
  • 473
  • 4
  • 19
1 2 3
9
10