eclipse

macro recording and replaying in eclipse 3.5

Hi, which tool would you recommend for macro recording and replaying ? Is there a language as well ? I frequently switch between Eclipse and Emacs(actually Xemacs) for editing tasks. It would be nice if I didn't have to do as frequently. That would happen if a macro language/recorder were available in eclipse. It's available in Netbean...

How can I get an Eclipse installation that includes source code of its plugins?

I need to look at the source of some core plugins of eclipse. I've downloaded the Eclipse for RCP and RAP developers. To get the source of a plugin, I go to the "Plug-ins" view and right click on the plugin. Then, I select the "Import As" menu item and the "Project from a Repository..." submenu item to check out the plugin from its CVS r...

struts plugin for eclipse

can we get struts plugin for eclipse? if can...please let me know... ...

deploying Java web application in exploded directory outside the Tomcat server, using Eclipse

I have been using IntelliJ IDE (version 5.1) with Tomcat server (version 5.5) to build my Java web applications. I'm now trying to migrate my project to Eclipse IDE. When I run my web application from IntelliJ IDE, it creates a exploded directory inside my web application project folder and then starts the server and runs the web app. (...

Get system default color from non Ui thread

In one of my class I have the following code: private static final Color GREEN = new Color(null, 0, 255, 0); I know the Display class provide the following method: Display.getSystemColor(int id) in order to return "default" system colors instead of instantiating new colors. What is the best solution to get a Display instance in the...

Is it possible to install eclipse without jdk in linux

I want to install eclipse in linux, Is it possible to install eclipse without jdk in linux. How to install eclipse in linux. Im using Federo 10. Please give the suggession. ...

How can I disable compiler warnings in Eclipse on a file specific basis?

In my Eclipse project are a handful of generated .java files that I need to use for SQLJ and I can't move to a separate project (due to Administrative Overhead). These files are also regularly regenerated so editing them is unfortunately out. Unfortunately these files generate a few hundred java compiler warnings which drown out the use...

Eclipse PDE build with source code

I have a Eclipse PDE build that creates a product. So far so good, I can create and run my product with the Headless PDE installer. I want to further use my build product as a "Target-Platform" to develop add-ons on it. However, the problem I have is that this build does not contain the source code internally. My question is, how can...

can I add import when editing method body code template in eclipse

I am trying to edit the template of creating a new method. I want to do something like this: throw new mypackage.UnimplementedException(); but I want to add my package to imports and not to declare it with full package on the method body. I tried using: ${:import(mypackage.UnimplementedException)} but it doesn't work (works only i...

Creating a Android OSGI bundle with Eclipse

Hello, I have a issue with Android, Eclipse and OSGI. On a Android 2.1 device is a OSGI container running successfully, but for the bundle i need to use the android API so there are no imports missing. In my opinion the android.jar is already available by the system, so he doesn't need to be imported. I'm not familiar with configure ...

Java Equivalent of .NET's ManualResetEvent and WaitHandle

Hello fellow StackOverflowers (<--bad pun), I would like to know if Java provides an equivalent of .NET's classes of ManualResetEvent and WaitHandle, as I would like to write code that blocks for a given timeout unless an even is triggered. The .NET classes of WaitHandle and ManualResetEvent provide an nice, hassle-free interface for t...

Using svn in eclipse

I want to Use svn, for subversioning. Can i use any machine as a repository on the LAN or just the one which is Server. ...

Google Maps JS API in Eclipse

Hello, I'd like to have an "autocomplete" functionality in Eclipse for Google Maps JavaScript API. For example: I write: map = new google.maps. and then I'd like Eclipse to offer appropriate methods - like this: Map Marker Polyline Polygon ... etc. see http://code.google.com/intl/cs-CZ/apis/maps/documentation/javascript/reference....

What is RemoteSystemsTempFiles in Eclipse?

Hi, I am a php developer and use eclipse as my IDE for my projects. I some times play around the options of eclipse to explore things out. I am really not sure what I did, but after few days, I noticed that I had a project named RemoteSystemTempFiles which I never have created. After googling it seems to be plugin feature on eclipse, ...

new android project share/copy the same string.xml file.

Hi guys, I am new to the android development as well as eclipse IDE, but I do have some experience in using Java (Used to work with C# in vs2008 before). Right now I have both Eclipse and Android SDK up and running. I did manage to do the "Hello, world" in android. But when ever I am making a new project it shows up in the solution explo...

java.lang.NoClassDefFoundError when running webservice client

Hi, I'm getting the following error when I run a webservice client I've created using: eclipse, j2sdk1.4.2_13, axis1.0 and a WSDL file. java.lang.NoClassDefFoundError: javax/servlet/ServletContext at java.lang.Class.getDeclaredMethods0(Native Method) at java.lang.Class.privateGetDeclaredMethods(Class.java:1655) at java.la...

Create versions in eclipse using local history

Hi everyone, Is it possible to leverage eclipses built-in local history to create and save versions. I find local history very useful, but if I could restore the whole project to a previous state that would be even better. I've considered using version management, but it seems unnecessary as I am the only person working on my project. A...

Easiest way to rearrange methods in Eclipse

I am trying to keep functions related to each other in close proximity to each other. What would be the easiest way to rearrange methods within a class in Eclipse. ALT+UP / ALT+DOWN works for code within methods, but moving the whole function around is a bit hard since it does not respect function boundaries. Copy/Paste works, but I ...

Is there an Eclipse personality settings for Wing IDE?

While PyDev turns out to be a great IDE for python, especially if you are a former Java developer accustomed to all the eclipse ubercool navigation, it still lacks some features that Wing has, like GUI for running python unit-tests. I know Wing has some "personalities" of other editors: vi, emacs, Visual Studio, ... Unfortunately, Eclip...

Why are class files different size when compiling the same code in eclipse, and then with the eclipse compiler via ant?

I am making an automated build environment using ant to build a freshly checked out source tree using the same eclipse compiler that is used in eclipse. The problem is that some of the resulting class files are different in size than the class file generated by compiling within eclipse. Why is this? Is this ok, and to be expected? As pre...