search
HomeDevelopment ToolsnotepadHow to build notepad++ into a rapid java development IDE

The following tutorial column of notepad will introduce to you how to build notepad into a rapid java development IDE. I hope it will be helpful to friends in need!

How to build notepad++ into a rapid java development IDE

# Sometimes I have to test a small piece of code, and it takes a long time to open eclipse (the computer configuration is low, please forgive me). Therefore, it is worth having Notepad with plug-ins to create an IDE environment for rapid Java development.

First download the protagonist of this article-nppexec plug-in, download address:

http://www.softpedia.com/get/Office-tools/Text-editors/NppExec.shtml

#I don’t know why I can’t install nppexec using notepad’s plugin manager, so I’d better download and install it honestly. .

Installation method:

Open the downloaded zip, unzip the NppExec.dll into the plugins of the notepad installation directory, then restart notepad, and you can see NppExec in the "Plugins" menu .

Then write the code as follows:

public class HelloWorld {    public static void main(String[] args) {
        System.out.println("hello, world.");
    }
}

Next, compile and execute, press the F6 key, and the Execute dialog box will pop up. We enter the batch processing code in the pop-up dialog box as follows:

#稍微解释下:
#进入文件保存目录
cd "$(CURRENT_DIRECTORY)"#编译*.java文件,此处需要你配置好CLASSPATH和JAVA_HOME的环境变量
javac "$(FILE_NAME)"#执行*.class文件
java -cp .;%CLASSPATH% "$(NAME_PART)"

Then click OK, the final effect is as follows:

What we wrote in the Console is The result after the java code is compiled & run.

The above is the detailed content of How to build notepad++ into a rapid java development IDE. For more information, please follow other related articles on the PHP Chinese website!

Statement
This article is reproduced at:csdn. If there is any infringement, please contact admin@php.cn delete
Introduction to Notepad's functionsIntroduction to Notepad's functionsMar 06, 2025 pm 12:19 PM

Notepad is a free, open-source text and code editor offering syntax highlighting, auto-completion, macro recording, powerful search, and a plugin system. Its advantages over other editors include enhanced code readability, efficient search/replace

What is notepad What software notepadWhat is notepad What software notepadMar 06, 2025 pm 12:21 PM

This article compares Notepad and Notepad , highlighting Notepad 's superior features for coding. Notepad offers syntax highlighting, code completion, and extensive plugin support, unlike the basic functionality of Notepad. Therefore, Notepad

What is notepad? What is notepad for?What is notepad? What is notepad for?Mar 06, 2025 pm 12:17 PM

This article describes Notepad, a basic Windows text editor. It details its functions—text editing, saving, opening, and searching—and limitations. While usable for simple text tasks, its lack of syntax highlighting, code completion, and debugging

Notepad How to display data in json formatNotepad How to display data in json formatMar 06, 2025 pm 12:15 PM

This article explains how to improve JSON data readability in Notepad . It focuses on using Notepad 's syntax highlighting and suggests external JSON formatters and validators for reliable formatting and syntax checking, as Notepad lacks built-i

Notepad installation detailed tutorialNotepad installation detailed tutorialMar 06, 2025 pm 12:10 PM

This article explains that Notepad is pre-installed in Windows and requires no installation. It addresses common issues accessing or using Notepad, offering troubleshooting steps. It also details installing the separate, more advanced text editor,

Notepad Setting Chinese Notepad How to Setting ChineseNotepad Setting Chinese Notepad How to Setting ChineseMar 06, 2025 pm 12:18 PM

Notepad lacks built-in language settings. To use Chinese, users must change their operating system's language settings to Chinese (Simplified or Traditional), then restart their computer or Notepad . Notepad 's interface language reflects the

How to convert notepad to json notepad to json shortcut keyHow to convert notepad to json notepad to json shortcut keyMar 06, 2025 pm 12:16 PM

This article explains how to convert unstructured Notepad text to JSON format. It highlights the lack of a direct conversion method, emphasizing the need for manual structuring or scripting (Python, JavaScript) for automation. Spreadsheet software

Does not bring your notepad computer?Does not bring your notepad computer?Mar 06, 2025 pm 12:20 PM

This Q&A clarifies Notepad's presence on Windows computers. It confirms Notepad's near-universal pre-installation as a core Windows component, accessible via search or File Explorer, except in rare cases of highly customized or corrupted system

See all articles

Hot AI Tools

Undresser.AI Undress

Undresser.AI Undress

AI-powered app for creating realistic nude photos

AI Clothes Remover

AI Clothes Remover

Online AI tool for removing clothes from photos.

Undress AI Tool

Undress AI Tool

Undress images for free

Clothoff.io

Clothoff.io

AI clothes remover

AI Hentai Generator

AI Hentai Generator

Generate AI Hentai for free.

Hot Article

Repo: How To Revive Teammates
1 months agoBy尊渡假赌尊渡假赌尊渡假赌
R.E.P.O. Energy Crystals Explained and What They Do (Yellow Crystal)
2 weeks agoBy尊渡假赌尊渡假赌尊渡假赌
Hello Kitty Island Adventure: How To Get Giant Seeds
1 months agoBy尊渡假赌尊渡假赌尊渡假赌

Hot Tools

Safe Exam Browser

Safe Exam Browser

Safe Exam Browser is a secure browser environment for taking online exams securely. This software turns any computer into a secure workstation. It controls access to any utility and prevents students from using unauthorized resources.

PhpStorm Mac version

PhpStorm Mac version

The latest (2018.2.1) professional PHP integrated development tool

MinGW - Minimalist GNU for Windows

MinGW - Minimalist GNU for Windows

This project is in the process of being migrated to osdn.net/projects/mingw, you can continue to follow us there. MinGW: A native Windows port of the GNU Compiler Collection (GCC), freely distributable import libraries and header files for building native Windows applications; includes extensions to the MSVC runtime to support C99 functionality. All MinGW software can run on 64-bit Windows platforms.

WebStorm Mac version

WebStorm Mac version

Useful JavaScript development tools

mPDF

mPDF

mPDF is a PHP library that can generate PDF files from UTF-8 encoded HTML. The original author, Ian Back, wrote mPDF to output PDF files "on the fly" from his website and handle different languages. It is slower than original scripts like HTML2FPDF and produces larger files when using Unicode fonts, but supports CSS styles etc. and has a lot of enhancements. Supports almost all languages, including RTL (Arabic and Hebrew) and CJK (Chinese, Japanese and Korean). Supports nested block-level elements (such as P, DIV),