eclipse

Debugging pylons in Eclipse under Ubuntu

I am trying to get pylons to debug in Eclipse under Ubuntu. Specifically. I am not sure what to use for the 'Main Module' on the Run configurations dialog. (this is a similar question on stackoverflow, but I think it applies to windows as I can't find paster-script.py on my system) Can anyone help? ...

How to make Eclipse prompt me for command line arguments

I know I can configure command line arguments in the Run configuration but I want to run a java file multiple times with different command line arguments. It's a pain to change the Run Configuration every time. Is there a way I can make Eclipse prompt me for command line arguments every time I run the program? ...

Visual Studio: hotkeys to move line up/down and move through recent changes

I'm moving from Eclipse to Visual Studio .NET and have found all my beloved hotkeys except two: in Eclipse you can press ALT-(leftarrow) and ALT-(rightarrow) to visit recent changes you have made, something I use frequently to go back to where I was in some other file and then return. Apparently in VS.NET the CTRL-(minus) and CTRL-SHIF...

Bug in eclipse compiler or in javac?

The following code public class GenericsTest2 { public static void main(String[] args) throws Exception { Integer i = readObject(args[0]); System.out.println(i); } public static <T> T readObject(String file) throws Exception { return readObject(new ObjectInputStream(new FileInputStream(file))); ...

Is there an eclipse plugin for developing in m4?

Googling has turned up little to nothing. I need to develop some heavy stuff in m4 and I'd love to do it in my favorite environment with all the bells and whistles thereof. There are packages for running m4 on just about every platform, such as windows. So I know at the very least I can create a default project and test from the CLI. B...

Source control setup

I thought I'd get myself a Subversion setup at home for my hobby projects, and I'm trying to do it right, first time (my work's source control control policies or lack of them are, well, not perfect). The thing I'm struggling with is this: I'd like to version entire Eclipse projects. This will be good from Eclipse's point of view - I'...

How to programmatically change name or icon of Eclipse view?

Can the name and icon of an Eclipse view be programmatically changed? I am referring to the name and icon that appear in the tab for the view - which are specified as XML attributes "name" and "icon" in the <view> element in plugin.xml. ...

Tricks to speed up Eclipse

Which tricks do you know to make the experience with Eclipse faster? For instance: I disable the all the plugins I don't need (Mylyn, Subclipse, ). Instead of using a plugin for Mercurial I configure TortoiseHG as an external tool. ...

How to launch multiple Java programs with one configuration on separate consoles (with Eclipse)

I'm working with a Java program that has multiple components (with Eclipse & Ant at the moment). Is there some way to start multiple programs with one launch configuration? I have an Ant target that does the job (launches multiple programs) but there are things I would like to do: I would like to debug the programs with Eclipse, hen...

Webdav Plugin for Eclipse 3.4?

How do you get webdav support in eclipse 3.4? The development version of the 3.3 plugin I had been using in 3.3 doesn't seem to work. ...

Any tips on how to organize Eclipse environment on multiple monitors?

I can't find a good way of putting Eclipse windows on two monitors. Currently I just detached (clicked on a header and dragged) a few windows to a secondary monitor (package explorer, console, and outline) while leaving primary monitor with maximized source editing window. It works pretty well except few annoying issues. Detached windo...

Is eclipse visual editor dead?

The Eclipse Visual Editor project seems to be dead, no commits, no updates. Any one know what is happening? ...

What is the short cut in eclipse to terminate debugging/running?

What is the short cut in eclipse to terminate debugging/running? Looking under Preferences->Keys says Ctrl+F2 but it doesn't work. ...

Bogus eclipse warning for web.xml: "No grammar constraints (DTD or XML schema) detected for the document."

The top of my web.xml file looks like this: <?xml version="1.0" encoding="UTF-8"?> <web-app xmlns="http://java.sun.com/xml/ns/j2ee" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://java.sun.com/xml/ns/j2ee http://java.sun.com/xml/ns/j2ee/web-app_2_5.xsd" version="2.5"> But I still get the wa...

What CSS/JS/HTML/XML plugin(s) do you use in Eclipse?

I'm looking for a good plugin for doing web front end work in Eclipse. I don't want something that completely takes over eclipse, or something that has masses of dependencies that need to be updated all the time, or something that is geared towards a particular server-side platform, or something that costs a heap. Is there something lig...

Can you enable variable highlighting with Eclipse PDT?

I'm using version 3.3.2, I know that regular Eclipse for Java does variable highlighting. Notepad++ does it regardless of what language you're using (if you select any text, it highlights similar text) I know it's not critically important, and a back/forward incremental search is an adequate workaround, but it would be nice to have. Up...

J2EE eclipse file uploading project requires refresh on package explorer before server register new file?

Hi there, I am using struts to build an image uploading module. However, I am encountering the problem of user not able to see the file they upload until I manually refresh the package explorer on eclipse. Any one know how to solve this? Thanks! ...

How to use eclipse debugger to debug stacktrace of JSF core libraries?

Welcome I am extending some application written with Sprint and JSF. My work is partly writing xml config files. After some changes I got reports from library generators. Can I access with Eclipse debugger attached jars and fount what method throws error (and why) ? ...

What is best solution to make code/technology training for small dev team?

Hello I am going to make cycle of few meetings of our company dev team, which have 6 people. I want that one can show others some technology feature and how to write in it. Trainings will be in Java Enterprise technology on Eclipse IDE. It is good idea that everyone share one HelloWorld application throug svn? The leading programmer ca...

Rules for using update sites in Eclipse?

Do you know any documentation about the rules of using update sites? I have managed the last 2 and a half years the update site of our company, and these are the problems I have to address: Not all projects use the same eclipse version. We had projects that used eclipse 2.1 (WSAD), eclipse 3.0 (RAD 6), eclipse 3.2 (RAD 7), eclipse 3.3 ...