What is the main use of Eclipse in java

Questions by nagakcse

Showing Answers 1 - 6 of 6 Answers

Sudeep Banerjee

  • Jun 17th, 2006
 

Eclipse is an IDE(Integrated Devlopment Environment) used maily for devloping J2EE applications.Currently I am working on 3.0.1 version

  Was this answer useful?  Yes

venkatewarlu sayana

  • Jun 23rd, 2006
 

  *its an IDE (integrated Development Kit)

   *if we use any IDE we can reduce the amount of   time  why because  its  automatically  generated  some code  which  is  mostly  required  in  our applications.  its supports the latest technologies like Hibernate/toplink (if we provide some additional plugins)

  Was this answer useful?  Yes

Sangram

  • Jul 13th, 2006
 

Eclipse is IDE of course

but it is also full featured platform for Java Developement

Also many other languages are also supported and good plugins support

Plugins for anything from embedded systems to  web  developement are available for eclipse.

  Was this answer useful?  Yes

RaghuVeera

  • Feb 13th, 2007
 

For developing larger applications, we have to use IDE's like Eclipse, JBuilder etc. We have various advantages by using Eclipse. (1) It will generate some code automatically. (2) It will generate some folders which is required especially for development of the web applications. (3) It will save the time and effort. some projects required to set up the environment and do work in Onsite machines. By using Eclipse we can connect to onsite machines very easily. If you copy the required jar files or folders in plug-in folder of the eclipse you can use that software from your existing Eclipse version. By using eclipse you can play games like solitaire, snookers etc by placing the required plug-ins in the corresponding Eclipse plugin folder.

  Was this answer useful?  Yes

Give your answer:

If you think the above answer is not correct, Please select a reason and add your answer below.

 

Related Answered Questions

 

Related Open Questions