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

Is this the right way to get content assist for javascript files in Eclipse Helios (Java EE)?

I have a Java EE project which contains some JavaScript files. I followed the below option to get content assist for Javascript files. Right click the project -> Configure -> Convert to JavaScript Project (only .project and .settings folder of the…
Maniganda Prakash
  • 4,702
  • 8
  • 34
  • 42
2
votes
0 answers

Ant publisher properties in JBoss Runtime on Eclipse

I am using JBoss 4.2 Runtime on Eclipse Helios. As you know it uses the build file (jboss323.xml) that comes with the plugin. However I want to change the way this build file behaves for a particular project (for example: override its WAR building…
Dchucks
  • 1,189
  • 5
  • 22
  • 48
2
votes
1 answer

Java 7: Cannot cast from Object to int etc

I'm having a problem running someones code in Eclipse 3.6 (Helios). The code is written with OpenJDK 7. I'm running Windows 7 and I had to install Java 7 for it. I was using Java 6 before. I get 2 kinds of errors running the code: "Cannot cast from…
John
  • 909
  • 4
  • 12
  • 29
1
vote
2 answers

eclipse helios won't start

Possible Duplicate: Eclipse wont start after computer restart Lately I opened my eclipse and other program but suddenly my Computer got hang so I turned it off without closing the programs and my eclipse. Then, when i started my computer and…
gadss
  • 21,687
  • 41
  • 104
  • 154
1
vote
0 answers

Eclipse hotkey for the mouse double click?

This is a related but accepted a wrong answer. I am looking for a way to get a hotkey which selects text like when double clicking in eclipse. e.g. i have If i double click on somekey i get somekey…
Toskan
  • 13,911
  • 14
  • 95
  • 185
1
vote
0 answers

eclipse Helios sorting - multiline warning description (gcc multiline warnings)

I compile my project with gcc compiler. One of example multi line warning is: ../../Source/Ctrl/SCmd.h: In constructor `STCPCommand::STCPCommand(char)': ../../Source/Ctrl/SCmd.h:273: warning: `STCPCommand::m_pGroup' will be initialized …
Bartlomiej Grzeskowiak
  • 1,009
  • 5
  • 16
  • 35
1
vote
0 answers
1
vote
1 answer

Eclipse JSDT - declaring the type of a function argument

Using Eclipse Helios: If I define a simple Javascript function /** * @returns {Number} * @param {String} arg */ function test(arg) { return 1; } the tags were those automatically added by Alt-Shift0J - then the inferred type for the…
The Archetypal Paul
  • 41,321
  • 20
  • 104
  • 134
1
vote
1 answer

How to change the color of UI elements in eclipse IDE on Linux OS?

I saw the following post located here: Change background color of UI elements in eclipse IDE But still unsure of how to do this in Linux. Are there .prefs files that need to be edited? I am on KDE would I still be able to use gtk-chtheme? If yes,…
user802154
  • 11
  • 1
1
vote
1 answer

Eclipse Helios cannot access the specified device, path or file

I installed (downloaded) Eclipse Helios (SR2-win32-x86_64). When I start eclipse.exe, I get the following error message window: Windows cannot access the specified device, path, or file. You may not have the appropriate permissions to access…
Thomas Matthews
  • 56,849
  • 17
  • 98
  • 154
1
vote
2 answers

Upgrading to Helios: can I open my Galileo workspace in Helios?

I'm upgrading to Helios now and I'm wondering if it's ok if I keep using my Galileo workspace in Helios, or if I need to create a brand new workspace under Helios. Wondering if my old workspace will work or if workspaces are not forward…
Scott
  • 1,263
  • 1
  • 12
  • 23
1
vote
2 answers

Photran editor slow or hangs

I have a fairly large fortran90 project in Photran. I find that sometimes the editor just hangs or is very slow. Saving a file or using ctrl+/ for commenting lines seems to trigger this slowness. Any solutions to this? I do have refactoring turned…
Anu
  • 1,337
  • 1
  • 10
  • 21
1
vote
1 answer

Why won't Eclipse remember my launch configuration?

I am using Eclipse 3.6 Helios on Windows. Lately, my Eclipse install has been behaving erratically when I attempt to run/debug programs. In the past, Eclipse launched my project with the most recently used configuration whenever I pressed (Ctrl)F11…
Tony the Pony
  • 40,327
  • 71
  • 187
  • 281
1
vote
1 answer

BlackBerry Java SDK 5.0.0.25 plugin on Eclipse Helios SR2

I installed the BlackBerry Java SDK 5.0.0.25 on Helios SR2, via www.blackberry.com/go/eclipseUpdate/3.6/java update site. Smooth installation, sure, but I can't see any BlackBerry menu in Preferences or in New project dialog. The RIM logo correctly…
1
vote
2 answers

Helios Annoyance: Internal error occurred during: "Cache refresh" - NullPointerException

I am not sure what started this problem. I submitted it as a bug to Eclipse but they closed it, stating it is a JBoss extension problem. However, this problem doesn't occur in my other workspace (both utilize the JBoss tools). It occurs every time…
Alexx
  • 3,572
  • 6
  • 32
  • 39