eclipse

Eclipse Syntax Highlighting Java Struts Hibernate Web App

Hi I am just getting started on Java, Struts, Hibernate, Tomcat - based Web App Development on Eclipse. I have installed Eclipse IDE for Java EE Developers on my Ubuntu system. Do I need to install any plugins for Syntax Highlighting to work properly - for Forms, Actions, Servlets, Classes, etc.? Thanks. ...

eclipse publishing to tomcat

I recently came back to using eclipse after 2 years of intellij. Things have changed. Now when i try to run tomcat, it tries to publish my project to it. What the hell is publish? What ever happened to pushing a war into the webapps directory and letting tomcat deploy it. Right now my deployment is broken because of compilation erro...

Can I define a view in eclipse which shows html files?

I wonder if there is a way to define a view in eclipse which can render and show html files or with other words a view which works like a browser! I mean a view for an eclipse plugin. For example if I can define a browser based on org.eclipse.swt.browser and associate it to viewcontentprovider? I don't want to open an html file wi...

Selenium 2 window switching: Java

Hi basically I am trying to switch to a popup window then press a button on that popup window but from somereaon I am getting erros. Here is an example of the webpage http://i42.photobucket.com/albums/e326/limpep/example.png and here is my code for (String handle : driver.getWindowHandles()) { driver...

Import Java-Applet Project in Eclipse

@ home i built a java applet in eclipse now i want to port it on my working computer... eclipse version is the same as @ home and jdk also. i get following error: Description Resource Path Location Type The project was not built due to "Could not delete '/ProgramApplet/bin/de'.". Fix the problem, then try refreshing this projec...

How to compile and run C++ with MinGW using Eclipse and CDT?

I would like to do some C++ development on Windows using Eclipse and the CDT plugin. I use Eclipse Helios SR1 and have installed the CDT plugin. I have also installed MinGW and now I wrote a simple "Hello World" in Eclipse. hello.cpp #include <iostream> using namespace std; int main() { cout << "Hello World" << endl; return 0; ...

Log4j not finding custom appender using a property file

Hi, I'm trying to configure log4j in an Eclipse plugin project using the following XML property file, that includes a custom appender called EclipseLoggingAppender: <?xml version="1.0" encoding="UTF-8" ?> <!DOCTYPE log4j:configuration SYSTEM "log4j.dtd"> <log4j:configuration xmlns:log4j="http://jakarta.apache.org/log4j/" debug="true">...

javax.ejb package not found (Eclipse)

I have installed Eclipse for Java EE and the Java EE SDK from Sun, and am attempting to create (my first) Java EE application. I've created an EJB project, then added a session bean using Eclipse's own wizards, and the package javax.ejb isn't found! I've configured the Java EE SDK as the target runtime environment, and a JDK 1.6 as the...

Eclipse Automatically Download / Update JAR files

I just created a Web App project from a repository through Eclipse's SVN support. What I would be doing is have an ANT build going and then finally deploy through Tomcat. I am using Eclipse IDE for Java EE developers on an Ubuntu system. There are a number of jar files needed to support my project - like Struts, Hibernate, etc. ...

Can I Make tabs transparent

Hi, I have four tabs in my main screen of my app using tabhost which contains four listviews. Is it possible to make these tabs transparent so I can use a background image for the tabs to sit on top. If so how would I go about it, and canm it be done with the code I have. public class Tabs extends TabActivity { @Override public void...

eclipse java code display linenumber

what plugins do i need to install on eclipse so that .java files will show line number? how about show line number on .xml/.html as well? ...

Eclipse auto suggest list very slow

By auto suggest, I mean that intellisense that pops up when I write something. My problem is that if I write something like btnMyButton. after typing . I get to wait a few seconds until eclipse populates the list with events for button. I am using Eclipse to develop Android applications. Can this be sped up? I have a Quad Core process...

"DeviceMonitor]Sending jdwp tracking request failed!" in Eclipse / Android

I'm a noob learning Eclipse and Android. Whenever I close the emulator I get "DeviceMonitor]Sending jdwp tracking request failed!" in the Console tab. Infact that seems to be the ONLY thing I get in the console tab - I don't get all the emulator loading messages and other things I used to see. Everything else seems to work, I can...

How to create custom configuration editor plugin for Eclipse?

I would like to create the configuration editor plugin for my XML configuration file which would be similiar to this. I was searching how I can create Eclipse plugin and I didn't find any plugin option which would allow me to do that. Only thing which is close to what I want is custom editor but it would be very tedious write entire c...

cant find the create custom widget in the new project

hello, i am new to vaadin and i have installed vaadin eclipse plugin and i cannot find the create custom widget in the File->New project->vaadin and i cant find create themes etc ..as i see these things in the tutorial video and i cant find the visual editor also in the eclipse and i am using linux (operating system) ...

How do you view class files in Eclipse package explorer?

The compiled classes directory is hidden by default, can I show it in the Package Explorer? ...

maven eclipse checkstyle plugin

I have custom checkstyle checks file (called checks.xml), and I'm trying to use that same file in both maven and eclipse. It all works well, except for the SuppressionFilter. In this checks.xml file, I have <module name="SuppressionFilter"> <property name="file" value="src/main/resources/checkstyle/checkstyle-suppressions.xml"/> ...

Eclipse: editing and running code live

When editing Java code in Eclipse I can modify the code while it's running in various ways and have those changes take effect without restarting my program. What is the technology underlying this feature? Is it part of Eclipse, or is it something I can do with the command line tools and the tools that come with the JDK? ...

Finding the origin of JAR files from source code to determine frameworks used?

I'm doing some project maintenance on the source code for an MVC JS website running on JBoss. The project contains both Java and Javascript and I'm trying to figure out all of the frameworks that were used on this project, seeing that the Javascript code is somewhat lacking in project documentation. In WEB_INF/lib/, I see these files: ...

eclipse validator - Invalid content was found starting with element 'display-name' in web.xml

I am using Eclipse Helios Release. Eclipse xml validater don't like display-name element under in my web.xml here is part of my web.xml http://java.sun.com/xml/ns/javaee/web-app_2_5.xsd" id="WebApp_ID" version="2.5"> PropTax PropTax PropTax org.slco.treasurer.propertytax.servlet.PropTax ....... If I remove display-name...