eclipse

CLI for Eclipse RCP application

I am building an Eclipse RCP application and want to add a command line interface into one of the tabular views. What would be the best approach to accomplish this? ...

Create backups of eclipse projects

Hi everyone, Is it possible to backup an entire eclipse PDT project (or parts of it), so that it can be restored to that state later? Ideally this would only save changes from the last backup to save space. If it makes any difference I have Mylyn installed (Maybe you could backup the current task context?) and am using CodeIgniter. Th...

eclipse Library Classpath and Web-inf\Lib

Dear all What difference between adding library by "add external jar" and putting those jars to web-inf\lib? What should I do for adding my external jars to my web dynamic project in eclipse Add by class-path or putting into web-inf\lib folder? Regards ...

Unbind F1 'Help' keyboard shortcut in eclipse

How can you unbind the F1 keyboard shortcut in Eclipse? I have unbound it using the Windows -> Preferences -> General -> Keys, but it appears to have no effect (F1 still brings up the help pane, regardless of the binding in the Keys Preference). Is F1/Help treated as a special case shortcut in Windows? ...

Eclipse Galileo won't start error : ObjectNotFoundException: Tree element

Last night my machine restarted while Eclipse Galileo was open. No big deal, right? This morning, I started my machine and tried to open Eclipse. Instead of opening, I see this: The error log suggests that there is some kind of problem caused by exiting with unsaved changes. How can I get Eclipse to open and ignore those unsaved ch...

Error installing weblogic server in Eclipse

When I try to install Weblogic server, I get the following error. Any idea why this might be? I'm trying to add weblogic server on Eclipse Helios. Cannot complete the install because one or more required items could not be found. Software being installed: Oracle WebLogic Server Tools 1.6.0.201007221355 (oracle.eclipse.tools.galileo.we...

eclipse, django, pydev - slow update with the script?

It's weird. Let say I make a minor change in my view or urls file. I do "Run as -> PyDev: Django", and it takes several times to update it.... and most of the time I have keep doing it.... I cleaned the cache and all that, but doesn't help. I am using the development server, anyone has experience in this? Thanks!! Edit It seems lik...

3rd party .jar includes with Google App Engine

I am writing a Google App Engine app using Java that uses 3rd party libraries. I am getting a "java.lang.NoClassDefFoundError" when running the app when it hits the line with references to the 3rd party library. This app works when creating a normal servlet, so I am pretty sure the code is correct. I am developing in Eclipse. Does th...

Most desired feature of eclipse

What do you think will be most desired feature of eclipse which does not exist yet? ...

Eclipse Android cannot connect to public repository - what am I doing wrong?

I am using a Mac with Eclipse Galileo, trying to load Android code from a public repository. I tried 'Checkout from SVN' and the URL is: http://secrets-for-android.googlecode.com/svn/trunk/secrets-for-android-read-only This is from the website: http://code.google.com/p/secrets-for-android/source/checkout I get the error: Error valida...

Eclipse and SVN question. Please help!

Hi, This is driving me crazy. I created a Dynamic Web Project in eclipse and later checked the code into a project in SVN. Now when I check out the project into a new workspace using the svn plugin in eclipse it does not prompt the Create New Project Wizard. Apparently this is not prompted if the .project file is checked into the reposi...

Headless build in Eclipse: how to retrieve result value

Hi, I'm trying to use Eclipse CDT's headlessbuild feature for integrating Eclipse with TeamCity. I use a command line call to build my projects as descriped in this question. If there is a compilation error, a message box pops up saying "Java was started but returned exit code=1". I'd rather not have this message but get the return code ...

Is writing plug in for eclipse dependent on operating system?

we start to write plug in for eclipse to work with some java frame work like hadoop (we want to edit hadoop eclipse plug in and merge it with other. our plug in must work in Linux operating system. Generally writing plug in for eclipse depend on operating system or not? if depend what benefits to write it for Linux? ...

Class diagram for eclipse java project

Possible Duplicate: What is your favorite automatic class diagram generator for Eclipse? Hi Guys, Can you please tell me if its possible to automatically generate class diagram for a java project in eclipse? Can you please suggest a plugin or a tool that is free. If not in eclipse, is it possible in Netbeans? Thanks in advan...

eclipse_customization.ini file and what are differences between application and product

When developing an eclipse plugin, we are using a file named plugin_customization.ini I wonder where I can find detailed information about which setting can be set with help of this file? Another question is when product branding and defining an extension point in plugin.xml file we can define the extension point by the tag product ...

Is there a reStructuredText markup editor for eclipse

Is there a WiKiText editor plugin for reStructuredText under eclipse? When I edit a .textile file, I get various intelligent editing features (such as line folding) and a preview panel. I find that there are references to reStructuredText under various MyLyn packages, but after installing them I still can't find a reStructuredText editor...

Business Logic Layerin Servlet and JSP

Hi, Recently I started to move from a .NET platform to J2EE. I'm Eclipse to build JSP and Servlet applications which should use Business Logic layer. The approach in .NET is very simple I'm building web Application Project inside the solution, then Creating Class Library project and refers its output in Web Application References. Ho...

32/64 bit eclipse

On 64-bit openSUSE Linux, can a 32-bit eclipse running with 32-bit JVM compile code for a 64-bit system? Is this setup possible? (Installing and running eclipse/java 32-bit on a 64-bit system) ...

How can I do a svn delete --keep-local from subclipse?

I'm using the subclipse plugin with Eclipse, and I'm more experienced with using svn from the command line. Surely there is a way to delete something from the repository and keep it locally, but I can't figure it out. Any ideas? ...

XAMPP 1.7.3, Eclipse PDT & XDebug - Debugging a PHP web page in Eclipse never stops at breakpoints

Dear folks, My development web server is currently a XAMPP 1.7.3 on my localhost (Win XP). I just set up my Eclipse 3.6 PDT with XDebug. It works fine, if I debug a file as a "PHP script", but when it comes to debugging it as a "PHP web page", XDebug ignores the breakpoints completely. Only a manually inserted xdebug_break() inside th...