The most powerful integrated Java design 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 to relect 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 to indicate the JDK JavaDocs path, to allow us to 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: It is necessary to install the latest version of JDK to compile and launch the programs within the application.
Note: The
trial version can be used during 15 days.