Home > Article > Development Tools > How to compile notepad
Notepad has powerful plug-in management capabilities and can integrate and implement many functions. By downloading and installing the NppExec plug-in, you can compile and run the code. The following method will be introduced
Open Notepad, find the plug-in in the toolbar, select plug-in management, and display All plug-ins (recommended learning: notepad )
Select NppExec in the list, click Install below to enter online download Page
After downloading, you will be prompted to restart to take effect, click Yes
Reopen the plug-in toolbar and find that NppExec has been installed
Select Execute, or shortcut F6, the script writing box will pop up, enter the content as shown below, click save, and name it
Take a simple Java code as an example. The effect is as shown below. It compiles and runs successfully
The above is the detailed content of How to compile notepad. For more information, please follow other related articles on the PHP Chinese website!