How do I install JCreator?
Unzip the installation file Setup.exe of JCreator in a temporary directory and follow the steps for the Setup Wizard. Setting up JCreator with the Java Development Kit (JDK) Make sure you have the Java Development Kit suite installed from Sun, instead of the Java Runtime Environment. • JDK Version 1.6: http://java.sun.com/javase/downloads/index.jsp. • Click JDK 6, and you will be forwarded to the download page. • After the installation, start JCreator. • Click Configure > Options. • In the tree, select JDK Profiles. • Click the New button. • Browse to the root directory of the JDK installation. For example, C:\Program Files\Java\jdk1.6.0\. • On the Profile Settings dialog box, check to see if the Name field contains the version of the selected JDK directory. • Click File > New Project. • Create a test project from the Basic Java Application template. • Compile and run the project by pressing F7 and F5 on the keyboard. • JCreator now runs your Java application.