eclipse-3.4

Removing popUpMenus from CNF (Common Navigator Framework) in Eclipse.

Hello all, I have been partially successful at removing almost all the popUp menus from the Commons Navigator Framework simply by configuring the plugin.xml file. There are 2 menus that refuse to go: group.edit and group.reorganize. My plugin.xml config looks like this: <extension point="org.eclipse.ui.navigator.viewer"...

eclipse hang when copiying / pasting code

Hi coders ! I have a big problem. Eclipse is hanging up when I do any copy/paste with ctrl+C ctrl+V keys. Is it due to the Eclipse validation code system ? Do I mess something in my eclipse setting ?? Here is my conf : eclipse 3.4.2 plugin RSE Windows XP pro Service Pack 2 java vm version = 1.5.0_11-b03 ...

How to remove subversive action in Synchronize view ?

Hello. I'm integrating Subversive 0.7.8 into an Eclipse Platform 3.4.2 RCP app. I want to remove (or disable) the SVN "Commit" action in the popup menu of the "Synchronize" view. How can I do ... ? Thank you for your help. JM.D ...

eclipse 3.4 can't start

Yesterday, I try to start eclipse 3.4 by click eclipse.exe (in eclipse folder), and run normally. Then yesterday night, I do windows update. Today, when I try to run eclipse 3.4, it has error. The error message you can find at here SCREENSHOT I use windows xp sp2, and java 1.5 update 14. I don't know how to fix that, so I uninstalled ...

Eclipse rename not working completely

Ok I'm completely googled-out. I have a few java projects in my eclipse workspace (about 25).   Most projects use linked source folders. When I rename a class in Project1, the references to that class in the other projects are not updated. The references within the project are updated just fine.   The net result is compilation errors...

How to save the "Package Explorer" in Eclipse

Is it possible, to save the state of the package explorer when closing Eclipse (3.4) and to restore it when opening the workspace again? By state I mean the nodes (expanded or collapsed). ...

Eclipse 3.4 JSP validation question

Why is eclipse saying 'No end Tag (</c:if>).' on line 1 and 'No start tag (<c:if>)' on line 4 of the following code snippet: <c:if test="${ShowLoginLink}"> Log in again and export the document as PDF.</p> <a href="${LoginLink}"><img src="<%= request.getContextPath() %>/images/linkIcon.jpg" width="17" height="17" style="float:le...

NPE in Eclipse but working in Netbeans

I have the following codes running in Netbeans6.5 with GlassFish. But in Eclipse3.4.2 with Weblogic, it returns a null pointer exception. The exception points to the first line of the code. What possibly caused the exception in Eclipse with Weblogic? ServletContext context = (ServletContext) getExternalContext().getContext(); HttpServle...

Installing eclipse Web Tools Platform (WTP) - update site does not work?

I'm trying to install the WTP (web platform tools) to my Eclipse installation so I can get the XSL transformations working. The base Eclipse they installed for me here was the plain Java IDE (the splash screen says "Ganymede" if that means anything). Looking at this site, the URL to get the download should be here: http://download.eclips...

Can we have Build Automatically option for ANT Build Scripts ?

Eclipse IDE (3.4) contains an option to build the code automatically in the following tab Project ---> Build Automatically. When we select this option , we need not build the project manually. It happens Automatically. Actually I see this working for builtin eclipse build tool. Is there any possibility that , we can make it to (Build A...

what is the auto alignment shortcut key in eclipse?

what is the auto alignment shortcut key in eclipse? ...

Eclipse Error On Startup

Eclipse was running fine last night, but this morning I tried starting it up and I came upon this error: Here's the log !SESSION 2010-04-07 17:58:37.208 ----------------------------------------------- eclipse.buildId=I20080617-2000 java.version=1.6.0_13 java.vendor=Sun Microsystems Inc. BootLoader constants: OS=win32, ARCH=x86, WS=wi...

eclipse 3.4 (ganymede) package collision with type

We have a package that ends with exception e.g. package a.b.c.exception; Our code base had no issues up till eclipse 3.3, however when we shifted to eclipse 3.4, it started giving errors related to this package: "The package a.b.c.exception collides with a type" When I refactor the package name to a.b.c.exceptions, there are no is...

Want to create an open file with filter in eclipse3.4

I am using eclipse 3.4.I often keep searching for files in my project.I wanted to create a file search with filter.Like i should be able to configure the filter in preferences.later when i press ctrl+shift+ F (Assuming this is what i give the shortcut) it should display only those files. Why i came up with this is bcos i might want to av...

Getting error on opening excel file from eclipse

I am getting following error on Cannot create the in-place editor This is probably because there is no OLE editor registered against the type of file you were trying to open. Failed to create Ole Client. result = -2147417851 I have MS office 2007,and the excel file is stored as "save as 2003 version". ...

Does Eclipse Ganymede have a mouse-click bug in the Navigator view?

I've had to downgrade from Galileo to Ganymede in order to use the version of the FlexBuilder plugin that we are licensed for. Since the downgrade, I have several times accidentally dragged files or entire folders from one part of my project into another (or even into another project). I blamed this on fatfingers the first couple times...