Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

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

AltStyle によって変換されたページ (->オリジナル) /