Skip to content

Instantly share code, notes, and snippets.

@lance
Created January 2, 2014 17:30
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save lance/c2c6bd79923684373ef8 to your computer and use it in GitHub Desktop.
Save lance/c2c6bd79923684373ef8 to your computer and use it in GitHub Desktop.
$ ./repl.sh
dynjs console.
Type exit and press ENTER to leave.
dynjs> var cp = java.lang.System.getProperty("java.class.path")
undefined
dynjs> cp
./bin/dynjs
dynjs> %
$ cat repl.sh ✭ ✱ ◼
export DYNJS_OPTS="-cp ./activemq-all-5.9.0.jar"
./bin/dynjs --console
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment