How to get Eclipse current workspace path
Eclipse does not show current workspace path easily. In order to know current eclipse workspace path, follow these simple steps.
Eclipse does not show current workspace path easily. In order to know current eclipse workspace path, follow these simple steps.
Here is a simple yet effective trick for all Eclipse users. In Java we do lot of String concatenation using plain old “” + “”. It is easy but not too effective. StringBuilder is...
Whenever you write a Java class in Eclipse which implements java.io.Serializable interface, you’ll get this warning: The serializable class XXXX does not declare a static final serialVersionUID field of type long Why do we...
Sometimes Eclipse gives weird errors that you have no clue why is coming. For example, recently I got this strange error in eclipse’s Problems view. This project needs to migrate WTP metadata To remove...
If you are a regular Eclipse user than you might have got this error many times. The error simply says, “you’ve made changes in files in your workspace from outside eclipse”. The simplest solution...
If you are using Eclipse as your primary development IDE, then you may want to know about Code templates in Eclipse. Code templates are certain user defined (some are available by default) templates which...
Ever wanted to hide all those closed projects in eclipse? Well, here is a simple trick that you may not know already. Imagine your Eclipse workspace is filled with many projects that you created...