Skip to content

Instantly share code, notes, and snippets.

@arvindkgs
Last active May 2, 2021 13:23
Show Gist options
  • Save arvindkgs/3fd7e9207ec2fdf8cc16b5646cf18dc9 to your computer and use it in GitHub Desktop.
Save arvindkgs/3fd7e9207ec2fdf8cc16b5646cf18dc9 to your computer and use it in GitHub Desktop.
[Java] Java

Jshell

To import external libraries to Jshell use - /env --class-path <path-to-jar>

java -Xdebug -Xrunjdwp:server=y,transport=dt_socket,address=8000,suspend=n -jar MyApp.jar

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment