Skip to content

arush361/executeJava

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 

Repository files navigation

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.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published