eclipse

Where is the documentation for Android SDK API 4?

Hi, I'm using Eclipse with the Android SDK. I installed The SDK platform Android 1.6, API 4 using Android SDK and AVD manager, but I can't find the corresponding documentation in the list of the available packages (there's only the doc for the API 7). Where can I find it? thanks jul ...

How to connect .asmx web services in Eclipse

Hi guys i'm trying to connect asmx web services in Eclipse Enterprice Edition. i cant make it .it wants to wsdl. Any help will be appreciated.I just want to be client of the web services. ...

Default font in Eclipse on OSX is terrible (and blurred)

Removing -Dorg.eclipse.swt.internal.carbon.smallFonts from eclipse.ini and changing the font to menlo seems to improve the situation a bit. However the font is still a bit unsharp, compared to Xcode. I don't see why they ship it like that or do they just don't care about the mac version? ...

In FlashBuilder4(eclipse), what's the shortcut key to repeat last run, to repeat last debug, to repeat last profilling

In FlashBuilder4, what's the shortcut key to repeat last run, to repeat last debug, to repeat last profilling I have been clicking the debug dropdown menu for a couple of hundred times, really fed up with that. ...

What is the use of Order And Export tab in Java Build Path

What is the use of Order And Export tab in Java Build Path ...

Trying to connect to a remote server using Eclipse

I have an Ubuntu server running Tomcat, and I want to connect my Eclipse EE to it so I can work with JSP. I have no problem connecting to a similar Tomcat service when it's installed on my machine (not a server), but whenever I try to connect to the remote server I don't seem to have the option of choosing a Tomcat service. Is there so...

Is there a way to instruct Eclipse to off-load memory when minimized?

i use eclipse with lot of plug-ins and will have more than one windows open at a time, and the memory usage is huge and my system hangs most of the time. In FireFox we can set the flag config.trim_on_minimize=true and whenever FireFox is minimized the RAM Memory usage is reduced. (ie swapped), i am wondering is there any option in eclip...

Publish WTP project in Eclipse from Ant

Is there any way to have an Ant script running in Eclipse publish a WTP project? I want my ant script to perform some tasks, then kick off the publish as if I had done it from the UI, and then do some more things. ...

Navigate to source in Eclipse from external application

Hi! I'm developing GAE application in Eclipse with PyDev and am using gaeunit for testing. gaeunit generates output in web browser like this: Traceback (most recent call last): File "tests\test_user.py", line 9, in test_current_user user = users.current_user AttributeError: 'User' object has no attribute 'current_user' I want ...

Java "constant string too long" compile error. Only happens using Ant, not when using Eclipse

I have a few really long strings in one class for initializing user information. When I compile in Eclipse, I don't get any errors or warnings, and the resulting .jar runs fine. Recently, I decided to create an ant build file to use. Whenever I compile the same class with ant, I get the "constant string too long" compile error. I've tri...

Java compilation with two versions of Eclipse

I've got an old project in Eclipse 2.1 and compiled with a JDK 1.4.2_12. I want to upgrade the version of Eclipse to Eclipse Galileo. I've imported my project and set the compilation level to 1.4 and I've also updated my build path to use the correct JDK. The problem is that when I compare the compiled files in the classes folder in th...

Eclipse antRunner command line build has wrong dependency build order

My team's Eclipse RCP app builds fine from the Eclipse IDE. When I try to build it from the command line, using the antRunner application, it builds the plugins out of order -- a plugin builds before it's dependencies are built, and so can't resolve some of the needed classes. Where should I look to fix this? As far as I can tell, the d...

jslint eclipse plugin?

Can anyone point to a functioning JSLint plugin for eclipse (3.5)? thanks ...

What does "Set an Input handler" mean in Eclipse?

In Eclipse, when configuring an external tool (Run->External Tools->External Tools Configurations...), specifically an Ant Build, under the Main tab there is a checkbox labeled "Set an Input Handler". This is checked by default. What does this do? When would you want to uncheck it and what would the benefits be? ...

Fast views in eclipse rcp application

How to add a fast view to my eclipse rcp applicatio? ...

Gigantic Tabs in Eclipse on Ubuntu

EDIT: For anyone coming to this question through searching, you can install a Gnome Theme called Clearlooks Compact to shorten your tabs in Eclipse. This will free up a lot of screen space. You can also check out the answer below to learn how to make the tabs more horizontally compact. Short version: How do I make a short version of E...

Eclipse WTP, Axis 2 Web Service Client

Hi, I'm trying to build a web service and a client for this service. I'm using Eclipse 3.5.1 with axis2-1.4.1. I'm facing a problem: I created the web service via the web service wizard and the service shows up in the axis service list. If I porint to the wsdl - its generated. Now when I'm trying to build the client, I choose the wsdl...

JUnit won't stop at breakpoints in Eclipse (using JDK 1.6.0.20)

Hi, my breakpoints in Eclipse won't stop the execution of a JUnit test. It doesn't matter where I set the breakpoint in the JUnit method, it simply won't stop the code from flowing. Placing it in a class called in the JUnit test won't work either. I am using the JDK in the version of 1.6.0.20, so I guess I'm not affected by the bug in ...

Code review tool for CM synergy

I am looking for a code review tool which can be configured with CM synergy .We are having java project with Eclipse 3.4 as IDE.And need a simple code review tool on windows XP. http://www.windriver.com/cgi-bin/partnerships/directory/viewProd.cgi?id=1451 ...

PyDev and Django: how to restart dev server?

I'm new to Django. I think I'm making a simple mistake. I launched the dev server with Pydev: RClick on project >> Django >> Custom command >> runserver The server came up, and everything was great. But now I'm trying to stop it, and can't figure out how. I stopped the process in the PyDev console, and closed Eclipse, but web pa...