Skip to content

UltimatePea/JavaShell

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

#Java Shell Java Shell is a simple command line shell that provides a scripting interface for playing around with java objects, using command line type arguments.

##Introduction

load java.lang.Integer 2
toString <= This command returns 2
sum 1 3 <= This command returns 4

##How to run this script

  1. Clone the repository
git clone https://github.com/UltimatePea/JavaShell.git
  1. Go to the source folder
cd JavaShell-xxx/src
  1. Compile the source
javac *.java
  1. Run with java command
  • To run the interactive shell
java JavaShell
  • To run JavaShell script
java JavaShell <filename>

##Tutorial

About

A interactive shell for playing around with java objects

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published