eclipse

tcp/ip monitor

in eclipse, i have a weblogic server running, and a j2ee application deployed to it. the application is serving on port 7001. i want to hook the monitor up to the application, i do not know what ports to use. i think i know what to put in for the Host Name (localhost:7001), but not sure of what to use for type and Local Port. in the proe...

Annoying eclipse automatically closing quotes

I've always found the automatic close quotes/parenthesis features in eclipse useless. For example hitting on a single " will lead to "<cursor>" I don't need the second quotes. It's annoying to remove afterward. ...

To check in, or not check in, the entire Eclipse project?

I'm soon going to check in the very first commit of a new Java project. I work with Eclipse Ganymede and a bunch of plug ins are making things a little bit easier. Previously I've been part of projects where the entire Eclipse project was checked in. It's quite convenient to get the project settings after a check out. However this appro...

How to write eclipse rcp applications with scala?

The Scala Eclipse plugin page says: * Support for Eclipse plugin and OSGi development including hyperlinking to Scala source from plugin.xml and manifest files. How does this support work? There's no wizards for making Scala plugins. I've found no documentation on how to use Scala in a Eclipse plugin/RCP application. Is it even possible...

How do you develop JSF apps?

I'm working for the first time on a project that requires building a webapp which makes heavy use of JSF (and ICEfaces in particular). There's a mix of stuff to be coded including CSS, HTML, JSP/Java and, of course, JSF. I'm doing all this within Eclipse btw and using a local tomcat server which eclipse is responsible for launching in o...

Problem creating a tomcat 6 server in eclipse form Ubuntu

Hey Guys, I m Having a problem running tomcat 6 with eclipse 3 in ubuntu. i installed tomcat 6 on my machine and when i test it using http://localhost:8080, it work fine. But when i want to create a server in eclipse, when i select Tomcat 6 , i get the following message " Cannot create a server using the selected type". and i can't click...

Eclipse: Subclipse "Edit Conflicts"

I have found that when using Subclipse to edit conflicts, all my syntax color settings are preserved except for the background color, which is reset to the standard white. Using my particular color scheme makes it almost impossible to read any of the text when stuck with a white background. Is there anywhere I can change this default ba...

where are the external tools launch configurations in Eclipse

I usually install and uninstall different versions of Eclipse for fun. I don't want to install many plugins. I prefer to start with fresh install to test the IDE. The problems comes when I have to config all the external tools that I always use (E.g. run jconsole). Also I want to backup my launch configurations. Do you know where Ecli...

How do I prevent the console from appearing when building a Windows SDL project with Eclipse?

When you run the .exe, the SDL window appears, but so does a console window. How do I get just the SDL window by itself? What configuration option should I be changing? Is there one? I'm compiling with MinGW and using Eclipse Ganymede. ...

Changing the behvaiour of backward-word and backward-kill-word

Hi, I have a small problem with the way the commands "backward-word" and "backward-kill-word" work. When I hit "backward-kill-word" on a line that is only white-spaces (for example, the first char of an indented line), the command will kill all the white-space, as well as the last word of the previous line. This behavior is completely ...

How can I profile a JNI application using the Eclipse TPTP?

I need to profile a java application launched by the JNI invocation API from a C application, and naturally the TPTP tools seemed like a good place to start. However, I can start the application, but I have no idea how to connect to it for profiling. I realize this falls into the 'dumb newbie' bucket, but I really am kind of lost. Per...

Break on exception in pydev

Is it possible to get the pydev debugger to break on exception? ...

Samples from Xpand -

Can i get some good tutorials on XPand.. i need to get info on commands like LET. It would better if some one could post some samples on it. The problem i am facing is like.. i run a "for" loop and after checking some condition i need to increment a counter . but i am unable to do so. when i increment the counter, it gets printed to the...

Why is eclipse trying to compile files not in my build path?

I have a rather large project which contains a number of third-party dependencies which are linked via svn:externals. These include tomcat and blazeDS, which are packaged by our installer via ant. The problem is that these projects contain dozens of sample JSP pages, and eclipse chokes on them when trying to build the project, producin...

Can IntelliJ create hyperlinks to the source code from log4j output?

In the IntelliJ console, stack traces automatically contain hyperlinks that bring you to the relevant source files. The links appear at the end of each line in the format (Log4jLoggerTest.java:25). I can configure log4j to output text in a similar format. log4j.appender.Console.layout.ConversionPattern=%d{ABSOLUTE} (%F:%L) - %m%n In...

Eclipse: How to ensure jar in plugin is given priority over other versions elsewhere?

I am developing an eclipse plugin which contains a specific version of Lucene. I need to generate a search index and deploy it so that it can be read by another application which uses the same version of Lucene. I recently upgraded eclipse to 3.4 and the search index is now not readable by the 2nd application. I see that eclipse 3.4 con...

Things possible in Eclipse that aren’t possible in IntelliJ?

I have heard from people who swear by one or the other. Both are full-featured, excellent IDEs. But each has slightly different strengths. This is not meant to turn into a holy IDE war. Please downvote any flamebait answers. Thanks. This is the analog of this question. ...

Is there a maximum number you can set Xmx to when trying to increase jvm memory?

Is there a max. size you can set Xmx to? I set it to 1024m and eclipse opens ok. When I set it above 1024, eclipse doesn't open and I get the error "jvm terminated. Exit code=-1"... I was doing this because I keep getting an "java.lang.OutOfMemoryError: Java heap space". I am reading in a 35.5Mb .txt file and this error occurs when it's...

Is there anyway to modify the keyboard shortcuts in eclipse?

Title more or less says it all. Specifically, I've become increasingly annoyed that in order to run an ant script I have to use alt-shift-x, q. But I think If I had this power I would many things I would change the shortcuts for/add shortcuts for things that don't currently have them. ...

From Eclipse to IntelliJ

I know some (crazy) people want to move from IntelliJ to Eclipse. On my side, I am moving the "normal way", i.e. from Eclipse 3.3 to IntelliJ 8.0.1 I really like it, but I am a little lost sometimes. Do you know any specific IntelliJ guide or tutorial created specifically for Eclipse users? For example, after some tests, I missed some...