Difference between revisions of "How to install JCreator"

From WLCS
(New page: # After installing Java, you may want to install a helpful Java editor for Windows # Download and install [http://www.paulbui.net/wl/cs2/download/jcrea450_setup.exe JCreator] # In the JCre...)
 
 
(One intermediate revision by the same user not shown)
Line 1: Line 1:
 
# After installing Java, you may want to install a helpful Java editor for Windows
 
# After installing Java, you may want to install a helpful Java editor for Windows
# Download and install [http://www.paulbui.net/wl/cs2/download/jcrea450_setup.exe JCreator]
+
# Download and install [http://www.jcreator.com/download.htm JCreator LE version]
 
# In the JCreator GUI, you will find that there are buttons for compiling and executing your current Java program
 
# In the JCreator GUI, you will find that there are buttons for compiling and executing your current Java program
 +
# Test out JCreator by making a "Hello, world!" program
 +
# If that does not work, then complete the following steps:
 +
## Go to Configure->Options
 +
## Click on "JDK Profiles" on the left
 +
## Click on "New" to create a new JDK profile
 +
## Find the location of your JDK install, it should look something like:
 +
      C:\Program Files\Java\jdk1.6.0_16\bin

Latest revision as of 09:41, 18 September 2009

  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