Click here to Skip to main content
15,881,852 members
Articles / Programming Languages / Java

Tools for Programming Java (Part 2) – Java IDE (Integrated Development Programming) Software Tools

Rate me:
Please Sign up or sign in to vote.
5.00/5 (2 votes)
20 Feb 2016CPOL6 min read 18.7K   2   2
Java IDE (Integrated Development Programming) Software Tools

IntelliJ Idea

IntelliJ IDEA is a Java integrated development environment (IDE) for developing computer software. It is developed byJetBrains (formerly known as IntelliJ), and is available as an Apache 2 Licensed community edition, and in a proprietary commercial edition. Both can be used for commercial development.

IntelliJ IDEA

IntelliJ IDEA

Learn how to develop Java Programs in these top searched tutorials:

JBuilder

JBuilder is an integrated development environment (IDE) for the programming language Java from Embarcadero Technologies. Originally developed by Borland JBuilder was spun off with CodeGear which was eventually purchased by Embarcadero Technologies in 2008.

Java Programming IDE

Java Programming IDE

Learn how to develop Java Programs in these top searched tutorials:

JCreator

JCreator is a powerful IDE for Java
JCreator is the development tool for every programmer that likes to do what he does best: programming. It is faster, more efficient and more reliable than other Java IDEs. Therefore, it is the perfect tool for programmers of every level, from learning programmer to Java-specialist.

JCreator provides the user with a wide range of functionality such as: Project management, project templates, code-completion, debugger interface, editor with syntax highlighting, wizards and a fully customizable user interface

With JCreator, you can directly compile or run your Java program without activating the main document first. JCreator will automatically find the file with the main method or the HTML file holding the Java applet, then it will start the appropriate tool.

JCreator is written entirely in C++, which makes it fast and efficient compared to the Java based editors/IDEs.

Java Programming IDE

Java Programming IDE

Learn how to develop Java Programs in these top searched tutorials:

Jdeveloper

JDeveloper is a freewareIDE supplied by Oracle Corporation. It offers features for development in Java, XML, SQL andPL/SQL, HTMLJavaScript, BPEL and PHP. JDeveloper covers the full development lifecycle from design through coding, debugging, optimization and profiling to deploying.

With JDeveloper, Oracle has aimed to simplify application development by focusing on providing a visual and declarative approach to application development in addition to building an advanced coding-environment. Oracle JDeveloper integrates with the Oracle Application Development Framework (Oracle ADF) – an end-to-end Java EE-based framework that further simplifies application development.

The core IDE exposes an API that other teams in Oracle use to build extensions to JDeveloper. BPEL, Portal, Business Intelligence and other components of the Oracle platform all build their design-time tools on top of JDeveloper. The same IDE platform also serves as the basis of another Oracle product, SQL Developer, which Oracle Corporation promotes specifically to PL/SQL- and database-developers.

Java Programming IDE

Java Programming IDE

Learn how to develop Java Programs in these top searched tutorials:

JEdit

jEdit is a free software text editor available under the GNU General Public License version 2.0. It is written in Java and runs on any operating system with Java support, including BSDLinux, Mac OS Xand Windows.

jEdit development was started in 1998 by Slava Pestov, who left the project in 2006, handing development to the free software community.

Java Programming IDE

Java Programming IDE

Learn how to develop Java Programs in these top searched tutorials:

JGrasp

jGRASP is a lightweight development environment, created specifically to provide automatic generation of software visualizations to improve the comprehensibility of software. jGRASP is implemented in Java, and runs on all platforms with a Java Virtual Machine (Java version 1.5 or higher). jGRASP produces Control Structure Diagrams (CSDs) for Java, C, C++, Objective-C, Python, Ada, and VHDL; Complexity Profile Graphs (CPGs) for Java and Ada; UML class diagrams for Java; and has dynamic object viewers and a viewer canvas that work in conjunction with an integrated debugger and workbench for Java. The viewers include a data structure identifier mechanism which recognizes objects that represent traditional data structures such as stacks, queues, linked lists, binary trees, and hash tables, and then displays them in an intuitive textbook-like presentation view.

Java Programming IDE

Java Programming IDE

Learn how to develop Java Programs in these top searched tutorials:

Netbeans

Quickly and easily develop desktop, mobile and web applications with Java, JavaScript, HTML5, PHP, C/C++ and more.

NetBeans IDE is FREE, open source, and has a worldwide community of users and developers.

Java Programming IDE

Java Programming IDE

Learn how to develop Java Programs in these top searched tutorials:

Processing

The Processing Development Environment (PDE) makes it easy to write Processing programs. Programs are written in the Text Editor and started by pressing the Run button. In Processing, a computer program is called a sketch. Sketches are stored in the Sketchbook, which is a folder on your computer.

Java Programming IDE

Java Programming IDE

Learn how to develop Java Programs in these top searched tutorials:

Check out more on !

Thank you very much for reading this post. :)
Feel free to leave a comment below.

License

This article, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)


Written By
United States United States
This member has not yet provided a Biography. Assume it's interesting and varied, and probably something to do with programming.

Comments and Discussions

 
Questionprogramming tools Pin
Member 1407208729-Nov-18 9:01
Member 1407208729-Nov-18 9:01 
SuggestionImages.. Pin
Afzaal Ahmad Zeeshan20-Feb-16 2:48
professionalAfzaal Ahmad Zeeshan20-Feb-16 2:48 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.