Wednesday, May 4, 2011

Eclipse

It is an IDE (Integrated Development Environment). It provides the facility to develop the application and to provide the environment by integrating the required component for the application. If you want to develop any application then you may get the following requirements. You need to create required directory structure depending on application type. You need to create multiple files and you need to place in the required directory. If you are creating java files then you may get the requirement to compile that. While compiling or file executing you may get the requirement to set the classpath for some classes or jar files.
If you are developing web application then you may get the requirement to integrate some servers, deploy the application to the servers etc., If you are performing these tasks manually in that condition it will be a time taking process. By using the IDE you can automate the above specified task.
If you are using eclipse you need to provide the workspace information. Workspace indicates the location from the filesystem where the project and the related information will be started.

No comments:

Post a Comment