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. | + | # 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 08:41, 18 September 2009
- After installing Java, you may want to install a helpful Java editor for Windows
- Download and install JCreator LE version
- 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