The most powerful Java integrated development environment.
JCreator is an
Integrated Development Environment (
IDE) specifically designed to program in Java, that comprises an
editor, debugger and compiler in the same application. It is one of the most powerful and efficient programs that exist, even when compared with others like JDeveloper, JBuilder, Eclipse or Netbeans, because it is fully written in C++, and thanks to this it uses less resources.
Some of the features that it offers are:
-
Project and template manager.
- Code completion.
- Editor with command color highlighting.
-
Debugger.
- Customizable interface.
-
Associate the applications with workspace files (.
jcw), with project files (.
jcp) or with any file with a .
java, .
jsp or .
xml extension.
Another of JCreator's advantages is that it allows us to select the path where
Java Development Kit (
JDK)
has been installed, thus avoiding having to configure the path manually for it to work. It also allows us to indicate the JDK JavaDocs path, to allow us use the
official Java documentation as a reference.
If you program in Java, you have to try JCreator, the integrated development environment that you were waiting for.
Requirements and additional information:
It is necessary to install the latest version of JDK to compile and launch the programs within the application.
The trial version can be used for 15 days.