0.1.2 • Published 8 years ago

runjava v0.1.2

Weekly downloads
3
License
ISC
Repository
github
Last release
8 years ago

runjava

A simple command line utility written in Node.js that Compiles and Executes a Java source file.

Currently it works only for Programs that do not take input from stdin or those that are GUI applications written using awt or swing.

Installation

$ npm install runjava -g

Usage

After installing the module globally, open up your terminal, navigate to directory with your java source file and type:

$ runjava filename

Important

filename should not have a .java extension at the end as the module does this for you. Only provide the filename to the command.

0.1.2

8 years ago

0.1.1

9 years ago

0.1.0

9 years ago

0.0.2

9 years ago

0.0.1

9 years ago