eclipse

Eclipse error when Adding Tomcat as server runtime environment

When I try to add Tomcat as a server runtime environment in eclipse, I get the following error "No new server runtime environments were found" The way I am trying to add Tomcat is as follows: Click "Window"-> "preferences" Expand "Server->Runtime Environments" Click Search In the directroy browser dialog, navigate to and select my Tomcat...

How to enable logcat in eClipse

Hi i am trying for a simple program in android,i mistakenly closed logcat window,and i want to know how to enable it? Regards Rakesh Shankar.P ...

How to import a jar in Eclipse?

How to import a jar in Eclipse? ...

Eclipse Helios and SVN??

I installed eclipse helios (for Java developers) and installed svn via help, install new software. When checking out a new Java project (for example by selecting new Project.. and then choosing checkout from SVN the sources always land next to the src folder and not in it (in some cases it does not even create an src folder). With the ...

Running jetty from eclipse

Hi All, Please let me know how can I configure jetty server to run from eclipse IDE? Also, suggest me some good plugins for the same. I downloaded jetty launcher but not able create new configuration with it. Please help. ...

What UI is used on this pictures? (node based ui)

Hi I'm wondering what UI library is used on the images below (it's from CityEngine). Does anyone know other UI libraries with similar capabilities (free floating, connected nodes with arbitrary UI elements)? I think it might be a part of Eclipse/JFace/SWT toolkit. or: ...

Eclipse Top Plugins to get for a Visual Studio Developer

I live in Visual Studio with Resharper. What free plug ins should I get for Eclipse to get me to the same level as I am used to in VS with Resharper. I have found Eclipse to have many of the Resharper features built in, but don't want to be missing great productivity tools. ...

Annoying error dialog box when eclipse output-console scrolls. What's causing it?

When I run python scripts in Eclipse with Pydev - after a few seconds I get an eclipse Error dialog. The window title is "Multiple Problems have occurred". The box has a red X icon, adjacent to an error message "An internal error has occurred" The list of error windows all have the text "Reveal End of Document". If I click on detail...

Is it possible to precompile jsp into eclipse ?

The title is pretty straightforward. I would like to know if there is any possibility of seeing the compiled jsp (the servlet generated) directly into eclipse. Without deploying onto any server. ...

Android test code coverage, Eclipse

Is there a way to run unit tests for Android from Eclipse in a way that will instrument the code and measure test code coverage? I'm looking for a simple way to find out which parts of my application aren't tested yet, fix the test cases and see if that helped. ...

Formatting rules of JSP in Eclipse

Eclipse has a huge number of formatting rules for Java and Javascripting, which can be reached via "code-style" option under java and javascript. I couldn't find any JSP settings for formatting rules. Is there any? I could find a few basic setting in Web->JSP Files->Editor which redirects to Web->Html->Editor and Web->XML->Editor. This o...

Google App Engine Python ImportError Module Not Found

I'm using Pydev 1.5.9 and the latest version of google app engine, developing in eclipse 3.6 I've set up my environment, and I have my base code executing fine. Now I'm trying to import the simplejson library using import simplejson I've tried adding the simplejson folder to a "pydev source folder" within eclipse tried adding simpl...

Problem with Drools Eclipse Workbench

Hi, When I attempt to go through the "New Drools Project" wizard in Eclipse (for Drools 5.0, Eclipse Helios), I reach a point where I receive the message, " No Drools Runtimes have been defined, configure workspace settings first" I have the Drools binaries, but the problem I am having is that I do not know how to configure the workspa...

Eclipse OpenType-Open Resource Diff

Hi all, Can any one please tell me the difference of "OpenType(ctrl+shift+t)" && "OpenResource(ctrl+shift+r)" in eclipse. Thanks in Advance.. ...

Eclipse not responding on Windows 7 for Android Development

I am having a lot of problem getting Eclipse with Android plug-in to work on Windows 7 64K. I am getting eclipse not responding a lot. It seem to happen pretty randomly. I know that Windows 7 is currently not support for Android SDK. However has anyone got this to work ? I am using the following: - Windows 7 64K - eclipse galile...

Disable Checkstyle

I have checkstyle plugin installed in my eclipse. How do I disable check style for a specific project in my workspace? If that is not feasible I would like to turn off checkstyle. Please advice. ...

how to connect to mysql server through eclipse java editor

I am writing a java class which handles database in mysql i want to connect mysql through eclipses ...

Integrate Google closure compiler with Eclipse IDE?

Does anybody know how to integrate Google closure compiler with Eclipse IDE? The thing I was trying to do is to configure Google closure compiler as a external tool for Eclipse IDE. Then I would be able to run closure compiler within IDE and minify my Javascript files with single click. Have anybody solved this problem yet? ...

JNI does not work on the Eclipse

Hi Everyone, With a lot of efforts,Finally I can identify my previous problems more clearly. My environment is as following. Eclipse version: 3.5.2 Java version: 1.6.0_20 OS: Ubuntu 8.04 I have a SO file. And I have a JNI method which uses SO file. If JNI method is called with specific parameters from Application wh...

mvn eclipse:eclipse within Eclipse

Hi, I have the m2Eclipse plugin from Sonatype installed in my IDE. It allows me to run various maven commands (package, install, etc.) by right-clicking on a pom.xml file and navigating to the "Run As" menu. However, I haven't figuered out how to the equivalent of mvn eclipse:eclipse from within the IDE, is this possible? Thanks, Don ...