Tech-Today
How to solve the problem "eclipse build path contains duplicate entries" on creating a new project in eclipse
I have created many projects in different eclipse IDE but suddenly tonight while using the eclipse-php, I have encountered this error:
eclipse build path contains duplicate entries
I haven't really changed anything on creating a new project's setup. But what I did to continue in creating an eclipse-php project is by:
+selecting "Use Project Settings", PHP Version 5.1 under the PHP Version tab (see attached image)
-
Useful Tools When Building A J2ee Project
Below are the tools I commonly use when setting up my eclipse and before creating a new project. JBoss Tools - http://download.jboss.org/jbosstools/updates/nightly/trunk/ TestNG - http://beust.com/eclipse FindBugs - http://findbugs.cs.umd.edu/eclipse/...
-
How To Use Pmd With Eclipse
This tutorial will explain how to use PMD (http://pmd.sourceforge.net/) with eclipse. What you need: 1.) eclipse-java-helios 2.) PMD (download the latest version here: http://pmd.sourceforge.net/). Extract in c:\java a.) From here you can download a zipped...
-
Java.lang.noclassdeffounderror: Com/jcraft/jsch/jschexception
There are 2 ways to solve this problem, depending on your setup. 1.) If you're using ant installed on your machine, example on c:\apache-ant. Just place the jsch.jar in it's lib folder. 2.) In case you are using eclipse's ant plugin. a.)...
-
Eclipse Fragment Tutorial - Patch Your Eclipse Plugin Using Eclipse Fragment
Usually, I've been using eclipse fragments to separate my language and resource files. Each language resource, japanese, english, tagalog will have their own fragment. This time I wanted to used fragment to patch an existing plugin, and it took 3...
-
Eclipse: !message Missing Required Bundle Org.eclipse.ui.forms_3.4.1
What I want to do: To add a reference to the ui.forms plugin so that I can use the eclipse-rcp's FormToolkit object. Problem: I have encountered this problem and spent more than an hour finding a solution so I think it's better to share what I've...
Tech-Today