eclipse

Importing Dynamic Web Project into Eclipse

Hi, I've been working on a dynamic web project in Eclipse. I have recently reInstalled my OS and I use a clean eclipse. I can import my web project, but when I try to lunch (run on server) I always get this message: "The selection cannot be run on any server" I installed the eclipse's tomcat plugin, and it works fine. I set the tomc...

PyDev problem staring project

I have downloaded the zip archive (my only option) and installed it as suggested by unzipping into the dropin folder. When I try to start a project the problem occurs: "Plug-in org.python.pydev was unable to load class org.python.pydev.ui.wizard.project.PythonProjectWizard" I've googled and the only suggestion is to re-download and re-...

searching in eclipse

how can I search something in all files in a given folder in eclipse also how can I search up, it's seems like only going down the document sometimes I am working on single files, so there is no project defined. I know about the search in project feature ...

Eclipse plugin or a Open source tool to reverse engineer java code for sequence diagram

I am looking out for a eclipse plugin or an open source tool to reverse engineer the sequence diagrams. I tried using Alto UML, but it just gives out sequence diagram of the class chose. I would like to have a sequence diagram of the whole call stack with methods, input arguments and output arugments as well. Could you please let me kno...

is there any Eclipse plug-in for WYSIWYG html editing/creating ?

it's a very easy question maybe, but i can't find any "working" plug in for WYSIWYG (what you see is what you get) HTML editing ,you know like dream weaver i'm developing a web site which is a mix of php and python, coding is comfortable but designing is very hard with out such a plug in thnx :) ...

How to filter the Eclipse Outline View to show only Functions

I want to have the 'Outline view' in Eclipse show me only function names. So no enums, include files, macros, etc... There are some options in the 'Filters...' menu, but none that make it possible to only show functions. Can anybody help me? ...

tomcat db2-jdbc datasource configure

Hi, i'm trying to configure a datasource of an db2 database in tomcat (using eclipse as IDE), but i cant solve the problem, Tomcat trow me the following exception: org.apache.tomcat.dbcp.dbcp.SQLNestedException: Cannot load JDBC driver class 'com.ibm.db2.jcc.DB2Driver' at org.apache.tomcat.dbcp.dbcp.BasicDataSource.createDataSource(...

Export single Eclipse Perspective and Settings

Hello Guys, i customized my Eclipse for a special Latex Perspective and saved this perspective as "MyLatex". I evenso added shortcuts in my texlipse preferences, so that i can type "tab"+strg+space to insert a table. Now i would like to offer this to friends. I found out that i can use Export->General->Settings, but this exports ALL pe...

How do you folow up on soap in eclipse.

I'm starting to work on a project on java with eclipse IDE, and I understood that there is a plug-in that I can fallow the requests and the responds. I've been looking for them but haven't found anything, if any one knows, I'd be very thankful. ...

Eclipse : What are these JSP errors?

Hi all, I've inherited a web application and when setting it up in Eclipse it shows errors in a particular JSP. The errors have no description associated with them in the Problems view, and clicking them there takes me to the top of the JSP, where the red error underline appears halfway through the string (see below). ... bah, can't ...

Eclipse: Is there an easy way to coordinate "Installed JREs" across a team?

I have an application that is composed of about 10 different Eclipse projects. Some projects must be built with Java 5, and others with Java 6. I have both of these JDKs registered with Eclipse's "Installed JREs" list as "jdk5" and "jdk6", respectively. The appropriate JRE is on each project's build class path, which is reflected in the...

Cannot create R.java b/c project has errors...errors result from lack of R.java...

edit: This is an Android project. My problem arose when I added a new .wav file to my 'raw' folder. I seem to have gotten into an endless loop in Eclipse. I deleted my R.java file from my project. Choosing to "Clean" or "Build Project" has no effect (i.e. doesn't generate an R.java file, or put anything into the 'gen' folder, or crea...

How to make Eclipse Debug Output always show latest output lines

I'm debugging my PHP application, trying to see what HTML code is being generated while I trace through the code. Problem is, everytime the Debug Output window fills its window, it scrolls to the top, forcing me to scroll down to view the last few HTML lines generated. Is there a way to make Debug Output not scroll up ? The effect I'...

How to view shell commands used by eclipse "run configurations"

Given a "run configuration" in Eclipse, I want to print out the associated shell command that would be used to run it. For example: Right now, in Eclipse, if I click "play" it will run: mvn assembly:directory -Dmaven.test.skip=true I don't see that command, I just know that's what the IDE must run, at some point. However, some of the...

Eclipse adding your own build command

I am new to eclipse and wanted to do the following;- 1) how to use my custom build commands with eclipse. Till now I only saw make all?I use a shell script for building my project, how can I use that in eclipse environment. 2) When I create a new project with the existing source code, it doesn't add the files, without building the code a...

Freezing Eclipse

I use Eclipse for programming in PHP and Java(Android) and sometimes Python, unfortunately Eclipse is nowadays much more often freezing. Often when I write this bracket "[" for defining an array in PHP, Eclipse just freeze and I have to close it manualy and start again. I've noted also, that Eclipse is consuming really much of my RAM... ...

Learning Eclipse Visual Editor Swing with Java

I am trying to create a java GUI project for school using Eclipse Visual Editor with Swing. But i am having a lot of issues learning this since this is the first time i am making a GUI. Like when i drag JPanel into my screen, it creates a function for it, but how do i call it in a separate file? I guess my question is does anyone know...

How to index the code under macro in eclipse

Hi I have a code snapshot #if XXX1 typedef XCC { .... }XCC; .... #endif eclipse doesn't index this structure? How can I make eclipse index this? ...

How to deal with Maven projects containing several internal artifacts?

Hey. I'm about to start working on a web-application and I'll be using Maven. I want the web-application to be an individual artifact. The web-application will end up depending on a couple of self written libraries (for example text-formatting), and each of these libraries should be an individual artifact. What's the recommended way of...

Eclipse vs. Visual Studio: What are the features in Eclipse that are not present in Visual Studio and vice versa?

I keep hearing Eclipse is better than or way ahead than Visual studio but when I installed eclipse I felt it is very clunky and hard to use interface. So I want to know what is so great about Eclipse and if there are others who agree with me. I also could not find a similar question that talks about the specific features about Eclipse a...