On This Page
Introduction
This document describes how to install and configure jEdit for use on a home computer. jEdit is already installed on CTC and lab machines under the course directory. You can access the course directory from the Start menu.
If you need more help, you can consult jEdit's Installation FAQs. Or better yet, ask a classmate if they were able to get it set up.
^ top
Installation Instructions
- Install the Java SDK (JDK) by following the instructions: Install Java.
You need to install Java before jEdit.
- Download jEdit from the download page.
Use the Java-based installer for any operating system.
- Third, run the installer program following the instructions here.
Use default settings if in doubt.
^ top
Configuring jEdit
jEdit has a number of plugins that you can install.
Installing the Plugins
- From the jEdit menu, select Plugins followed by Plugin Manager.
This will open the "Plugin Manager" window.
- Click the Install Plugins button.
jEdit will display a long list of plugins that you can select for installation. I recommend the following plugins:
- After selecting you plugins, press the Install button.
After the installation is complete, you will need to restart jEdit.
- Exit from and restart jEdit.
Tab Settings
- From the jEdit menu, select Utilities followed by Global Options.
This will open the "Global Options" window.
- From the list of options, click on Editing.
You should see the "jEdit Editing" dialog.
- Set both Tab width and Indent width to 4
- Check the Soft (emulated with spaces) tabs checkbox
- Press the Apply button.
Configuring Commando Toolbar
- From the jEdit menu, select Utilities followed by Global Options.
This will open the "Global Options" window.
- From the list of options, expand the Console tree.
You should see a list of windows appear under Console, including one named "General".
- Select the General window.
You should see a few options including a check box labeled "Commando tool bar".
- Check the option labeled Commando tool bar and press the OK button.
A new line of tabs should appear near the top of jEdit, one of which is labeled "java" and another labeled "javac". Select the javac tab to compile programs and the java tab to run programs.
Configuring CheckStyle
- From the jEdit menu, select Utilities followed by Global Options.
This will open the "Global Options" window.
- From the list of options, click the CheckStyle option.
You should see a Plugins: CheckStyle window.
- Enter a CheckStyle configuration file to use.
Download a configuration file named myconfiguration.props. Save the file to your local machine and browse to the location to select the file.
^ top
Using Checkstyle
To run CheckStyle, select the Plugins menu followed by Check Buffer. This should both open a window listing checkstyle errors and underline all the errors in your document. Holding your mouse cursor over an underlined text area will display a message about the style error.
^ top
Home
| WebCT
| Announcements
| Schedule
| Expectations
| Course info
Help
| FAQ's
| HowTo's
| Links
Last Updated: July 07 2004 @18:16:35
|