Make notepad++ a Java rapid development IDE

Source: Internet
Author: User

Reference article: http://blog.csdn.net/mdyyzc/article/details/7653096

Sometimes it takes a long time to experiment with a small piece of code to open eclipse (Computer configuration is low, forgive me). So, notepad++ with plug-ins to build a Java fast-developing IDE environment you deserve.

First download this article protagonist--nppexec plugin,:

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

Plugin Manager for #不知道出于什么原因使用notepad + + has been unable to install nppexec, so be honest about downloading and installing it.

Installation method:

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

Then write the following code:

 Public class HelloWorld {    publicstaticvoid  main (string[] args) {        System.out.println ("Hello, World.") );    }}

Next, after compiling, press the F6 key and the Execute dialog box appears below. We enter the batch code in the popup dialog box as follows:

" $ (current_directory) " #编译*"$ (file_name)"#执行*-cp"  $ (name_part)"

Then, click OK, the final effect is as follows:

The console is the result of the Java code compile & run that we wrote.

Make notepad++ a Java rapid development IDE

Related Article

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.