[Solved] validation errors for already well tested third party JavaScript libraries

Problem : Sometimes Eclipse gives validation errors for already well tested third party javascript libraries while you build your code.

Solution :

Step 1 :

Right click on the project ->Properties->JavaScript->Include path.

[Solved] There are No resources that can be added or removed from the server - Tomcat

Issue : User created a dynamic web project in Eclipse and then try to deploy it on embedded Tomcat in eclipse by right clicking on server and clicking on "Add and Remove..." option.

User gets message "There are No resources that can be added or removed from the server"

How to Install SVN Plugin in Eclipse

Hi Friends,
In this tutorial we will see how to install SVN plugin in eclipse.
Prerequisite : You should have internet connection.

Can we overload or override main method in Java

Hello Friends,

In this tutorial, we will see whether we can overload or override main method in Java. This is very common interview question as well and the answer is really simple, if we don't overthink :)