code-examples/2025/03/jbang_demo1/README.md

22 lines
244 B
Markdown
Raw Normal View History

2025-03-29 22:17:25 +00:00
# Jbang demo
## How to install Jbang
1. Get it from https://sdkman.io/
2. Install with curl -s "https://get.sdkman.io" | bash
## How to run it
Without debugging
```
jbang App.java
```
with debugging
```
jbang --verbose run App.java
```