When I first start my eclipse after Windows 8 install, I got error: Locking is not possible in the directory “\Eclipse\configuration\org.eclipse.osgi”. A common reason is that the file system or Runtime Environment does not support file locking for that location. Please choose a different location, or disable file locking passing “-Dosgi.locking=none” as a VM argument.… Read More


I use Eclipse IDE already for more than 6 years and of course, I won’t use many shortcut keys for my usage but we should also aware what are the hot keys of Eclipse IDE. Here, I use Eclipse 3.7 (Indigo) to introduce you all as following shortcut keys: All in One Ctrl+Shift+L to get… Read More


You might already know what is maven; it’s a tool to build / compile or package java project… Apache Maven is a software project management and comprehension tool. Based on the concept of a project object model (POM), Maven can manage a project’s build, reporting and documentation from a central piece of information. Here, I… Read More


Eclipse is a multi-language software development environment comprising an IDE and a plug-in system to extend it. It is written primarily in Java and can be used to develop applications in Java and, by means of the various plug-ins, in other languages as well, including C, C++, COBOL, Python, Perl, PHP, and others.[1] Website: http://www.eclipse.org/… Read More