eclipse

"An Internal Error Ocurred during SVN commit: length 16416 out of range, must be between 0 and 1384"

I have a problem committing a bunch of .jar files with eclipse. Maybe eclipse thinks they are text files and not binaries? If that's the problem, how do I check that? And how do I change it? If it is not, then what is it? ...

Installation of eclipse php in ubuntu

How to install eclipse php in ubuntu platform using apt get install. Any other utilities are required to do that ...

aptana does not accept Alt+C to &

Hi, I use Aptana plugged in eclipse (winXP) and it just does not take right Alt+C to make & (it is the same with few more other characters), it does not work for any filetype/editor. I tried to find any related key bindings in Preferences but with no success. So, does anyone know how to make it working? Thanks ...

Why won't eclipse run my php file?

I'm running eclipse galileo (5.5) with PDT 2.1.2. I have "PHP Executables" pointed to /usr/bin/php, which outputs: $:/usr/bin$ php -version PHP 5.2.6-3ubuntu4.2 with Suhosin-Patch 0.9.6.2 (cli) (built: Aug 21 2009 19:14:44) Copyright (c) 1997-2008 The PHP Group Zend Engine v2.2.0, Copyright (c) 1998-2008 Zend Technologies I have crea...

Eclipse 3.4 + BIRT - Preview Not Working in Report Designer.

Windows Vista behind ISA Server 2004 (on different machine). I'm running Eclipse 3.4 and whatever version of BIRT that comes out of "Software Updates...". I can't seem to preview any of my reports in Report Design. When prompted for report parameters, I get a "Network Access Message: The page cannot be displayed..." message. It's the...

Updating GEF Model from a background thread

Hello, i'm trying to update a Model for GEF and have the changes shown in the view i've created. Currently no change I make is being reflected in the view, i'm using the following approach to update the model and am wondering if its the right approach to take: Display.getDefault().asyncExec(new Runnable() { public void run() { St...

Subclipse complains "Path is not a working copy" after moving workspace

I recently moved my Eclipse workspace directory and now Subclipse complains every time I open a file, dumping to the console something like: Path is not a working copy directory svn: '[original (pre-move) directory path]' is not a working copy No such file or directory This also happens when I explicitly try to view the history of a ...

Specific plugins per workspace

Hi, I came across this post and wondered if there is a way to activate only a few of all of my installed plugins depending on the workspace I currently work in. For example - If I organized my workspaces like this /workspaces /java /jee /php ... I don't need the Android-Plugin if I'm working on my JEE-Projects and so on. I also ...

List all subclasses with fully qualified names

I would like to get a list of all subclasses of a given class with their fully qualified names. I wanted to copy it from Eclipse and paste into a text file like this: some.package.Class1 some.package.Class2 some.other.package.Class3 ... I've tried: doing Search | Java | Type, Limit to implementors. But this one for some strange ...

How can I add build path items to Eclipse 3.5 using relative paths?

Eclipse 3.5 added support for relative buildpath/classpath items, yet I cannot seem to find a graphical way to add relatively pathed items. The example in new and noteworthy (search the page for 'relative', about 40% of the way down) seems to indication I have to manually edit the .classpath file. Am I just missing something? ...

Erlang erlIDE: what are the -compile options supported?

I've been trying to get erlIDE to work with -compile options e.g. -compile('S'). % Generate 'assembler' listing to no avail. What I am doing wrong? NOTE: I have also tried setting 'project specific' options for the compiler with no success. EDIT: could it be that 'erlc' is invoked and forced to generate a 'beam' and thus disreg...

How do I hide Referenced Libraries in Eclipse's Java EE perspective?

Eclipse's normal Java perspective seems to hide Referenced Libraries just fine (in a "Referenced Libraries" folder in your project). Unfortunately, the Java EE perspective does not seem to have this same feature and enabling it is non-intuitive. Can anyone shed some light on this issue? ...

Unknown icon when using Subclipse 1.6.5

I use the SVN plugin, Subclipse, for the Eclipse IDE. I recently noticed one of my directories get tagged with the icon seen below. After reviewing the Subclipse label decorators, I didn't see this one. Does anyone know what it represents? ...

When working with Eclipse, should I add the workspace to the source control?

I am the only developer on this project. ...

How to adjust the width of master details screen ratio in Eclipse RCP?

I am using MasterDetailsBlock on my FormPage. I would like to adjust the screen width for the master and details part of the form. I had been searching around and haven't found a way to do it. The documentation seems to suggest it is doable through the SashForm, but I do not see how. It will be great if I can use percentage ratio, like ...

What is the most elegant solution to managing various Java external libraries?

Perhaps the reason I stalled learning Java until now is because I HATE how Java handles external libraries. I'm stuck keeping them in one place, adding them individually, fixing problems with versioning and every time I move/rename them, and copying and writing the classpath over and over each time I release a Java application. There ha...

Installing the Blackberry JDE Plugin in Eclipse doesn't work

I followed this guide: http://www.thinkingblackberry.com/archives/21/comment-page-1#comment-104 Installed the JDE 4.7 and 4.5 packs, and when I try to start a new project, there is no option for "Blackberry Project" at all. When I click "Help > Software Updates > Installed Software" I see the "Blackberry Component Pack 4.7.0" installe...

Eclipse change project files location

I have an Eclipse project (Flex Builder) of which the actual files have changed location on the drive. When I start Eclipse I can see the project listed but there are no actual files listed of course. Right clicking the project and selecting properties will show me the old path where the files used to be stored but I can't change it. Ho...

How is the Eclipse JDK setting affecting the system's JDK setting

I was trying to compile a Grails application referencing third party JARs on Mac OSX. Although my system's JRE and JDK is set to Java 1.6 I always got a Compilation error: java.lang.UnsupportedClassVersionError: Bad version number in .class file when accessing classes in the JAR. Also when testing an existing Grails app the default stats...

How do I open my editor while I am selecting a file in project explorer ?

When i am selecting a file in the project explorer, it should allow me to open my editor instead it shows text editor.How can we handle this programmatically in eclipse plugin development ? regards Mathan ...