Skip to content

lambdaprime/jeval

Repository files navigation

jeval - command line Java code evaluator. It is based on JShell except it provides you additional functionality and better integration with command-line. jeval allows you to declare dependencies in Java scripts to any libraries from Maven repository so that it will automatically resolve them and add to the script class path. See examples

Usage

jeval [ <JAVA_SCRIPT_FILE> | -e <JAVA_CODE_SNIPPET> | -i ] [ARGS]

Where:

  • JAVA_SCRIPT_FILE - Java script file to be executed
  • JAVA_CODE_SNIPPET - Java expression
  • ARGS - optional user arguments which will be available to you through the global variable "args: String[]" (same as you use in main() function).

Download

Release versions

Documentation

Documentation

Development

Contacts

lambdaprime intid@protonmail.com

About

Command line Java code evaluator

Topics

Resources

Stars

Watchers

Forks

Packages

No packages published