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? ...
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? ...
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...
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 ...
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? ...
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...
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...
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...
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...
What do you think will be most desired feature of eclipse which does not exist yet? ...
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...
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...
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 ...
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? ...
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...
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 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...
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...
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) ...
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? ...
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...