1. Download and Install Notepad ++ if you don’t have.
http://sourceforge.net/projects/notepad-plus/files/

2. Download and Install MinGW compiler and JDK.
http://www.mingw.org/
http://java.sun.com/javase/downloads/index.jsp

3. Set Up environment variable for compiler.

m1

4. Download and Extract these files to Notepad ++ installation directory.
http://www.mediafire.com/?zzt1ongn2wn

1

5. Open Notepad ++, Goto Run > Run …

2

6. Paste these into text box there one by one and click “Save”.

3

Compile (C)
“$(NPP_DIRECTORY)\compilec.bat” $(CURRENT_DIRECTORY) $(FILE_NAME) $(NAME_PART)

Run (C)
“$(NPP_DIRECTORY)\runc.bat” $(CURRENT_DIRECTORY) $(NAME_PART)

Compile (Java)
“$(NPP_DIRECTORY)\compilejava.bat” $(CURRENT_DIRECTORY) $(FILE_NAME)

Run (Java)
“$(NPP_DIRECTORY)\run.bat” $(CURRENT_DIRECTORY) $(NAME_PART)

7. If you done all correctly, new Features will appear on Run menu.

4