How to install JCreator

From WLCS
  1. After installing Java, you may want to install a helpful Java editor for Windows
  2. Download and install JCreator LE version
  3. In the JCreator GUI, you will find that there are buttons for compiling and executing your current Java program
  4. Test out JCreator by making a "Hello, world!" program
  5. If that does not work, then complete the following steps:
    1. Go to Configure->Options
    2. Click on "JDK Profiles" on the left
    3. Click on "New" to create a new JDK profile
    4. Find the location of your JDK install, it should look something like:
     C:\Program Files\Java\jdk1.6.0_16\bin