Pages

Friday, June 7, 2013

How to easier compiling Java using Notepad++ - plugin

Java Tools Plugin for Notepad++


I am very happy to announce that the 3rd updated version of NppJavaTools is released. Most important feature in this NppJavaTools plugin update is the Library support. Notepad++ is one of my favorite text editor. Its light weight, offers awesome code highlighting, indenting and much more.

NppJavaTools Plugin

Following is the list of features in this version of NppJavaTools
  1. Compile and run your Java files within Notepad++
  2. Set custom hotkeys for compiling and running Java Code
  3. Library support

Compile and Run

This function allows you to run your Java programs to compile and run from Notepad++.

Library support

You can specify which libraries to use while compiling and running your Java programs using NppJavaTools. As shown in above image of Settings window, you can add, remove single or clear all the library files.

How to Install

Installing a plugin in Notepad++ is very simple. Copy the plugin dll file to plugins folder where Notepad++ is installed and restart the Notepad++.

To download
 http://codeved.com/notepad-plugins/

Refer
http://www.techsach.com/2013/02/notepad-compile-and-run-java-programs.html

No comments:

Post a Comment