

Go to the Resources page of the CompSci 101 website: and download the zip file, Notepad++.zip, to your desktop. You can download and install the most recent version from: Make sure you are able to compile and run programs using the Command Prompt before you install and configure Notepad++. Notepad++ is a freely available text editor for Windows, and is the editor we will be using in the labs to write our Java source code.īefore installing and configuring Notepad++ make sure that you have installed the Java Development Kit (JDK). However, this is not a very good editor for writing source code because it doesn’t support useful features such as syntax-‐colouring, auto-‐indentation and brace highlighting. For example, Windows provides a very simple text editor called Notepad (that you can find under the Accessories menu). There are many text editors that are freely available for you to use. txt, although the Java source files that we are creating in this course are also examples of text files and use the extension.


This document describes how to install and configure Notepad++ using the same settings available in the labs.Ī text editor is a program that enables you to write plain text files (a text file is a file that consists of lines of text comprised mainly of the characters that you can type on a keyboard). If you plan to do work outside of the labs, perhaps at home, you may like to use the same software that we have available in the labs. The text editor that we will be using in the Computer Science labs for creating our Java programs is called Notepad++ and is freely available for the Windows operating system.
