top button
Flag Notify
    Connect to us
      Site Registration

Site Registration

Which IDE is the best to work with JAVA based Programs in Windows platform ?

+1 vote
274 views
Which IDE is the best to work with JAVA based Programs in Windows platform ?
posted Sep 19, 2015 by Murali Ganesh

Share this question
Facebook Share Button Twitter Share Button LinkedIn Share Button

1 Answer

0 votes
 
Best answer

My choice is Eclipse, though definition of best varies from person to person. Here are top three IDE which can be used on windows

Eclipse
Eclipse is available under a Eclipse Public License and is available on Windows, Mac OS X and Linux and free Java IDE for developers and programmers and it is mostly written in Java. Eclipse lets you create various cross platform Java applications for use on mobile, web, desktop and enterprise domains.
Its main features include a Windows Builder, integration with Maven, Mylyn, XML editor, Git client, CVS client, PyDev, and it contains a base workspace with an extensible plug-in system for customizing the IDE to suit your needs. Through plugins you can develop applications in other programming languages some of which include , C, C++, JavaScript,, Perl, PHP, Prolog, Python, R, Ruby (including Ruby on Rails framework), to name just a few.
Source: https://eclipse.org/

NetBeans
NetBeans is cross-platform and runs on Microsoft Windows, Mac OS X, Linux, Solaris and other platforms supporting a compatible JVM.
The NetBeans IDE supports development of all Java application types (Java SE, JavaFX, Java ME, web, EJB and mobile applications) standard out of the box. NetBeans is modular in design meaning it can be extended by third party developers who can create plugins for NetBeans to enhance functionality (Our PDF Plugin for NetBeans is a good example).
The NetBeans IDE is can be used to develop in Java, but also supports other languages, in particular PHP, C/C++, and HTML5. NetBeans features are an Ant-based project system, support for Maven, refactoring, version control (supporting CVS, Subversion, Git, Mercurial and Clearcase) and is also released under a dual license consisting of the Common Development and Distribution License (CDDL) v1.0 and the GNU General Public License (GPL) v2.
Source: https://netbeans.org/

IntelliJ IDEA Community Edition
IntelliJ Idea Community Edition is is released under a Apache 2 License which is a free Java IDE (Integrated Development Environment) mainly used for Android app development, Scala, Groovy, Java SE and Java programming. It is lightweight in design and comes with useful features like JUnit testing, TestNG, debugging, code inspections, code completion, support for multiple refactoring, Maven build tools, ant, visual GUI builder and code editor for XML and Java.
There are some features missing from the Community Edition but if you require more you can buy a license to unlock all the features.
Source: https://www.jetbrains.com/idea/features/

answer Sep 19, 2015 by Salil Agrawal
Similar Questions
+2 votes

Can anyone tell me the best IDE for JavaWeb and Why?

+1 vote

which is the best open source platform to build social application like FB, twitter, Quara etc.

0 votes

I run my code in Eclipse IDE and its fine. I have export it as jar file from Eclipse and run on terminal as jar file, it generates Error: java.lang.NullPointerException. Could not understand why is it so.

...