jbang
jbang copied to clipboard
Unleash the power of Java - JBang Lets Students, Educators and Professional Developers create, edit and run self-contained source-only Java programs with unprecedented ease.
It would be very useful if JBang could use and deal with JREs. See now deprecated PR #1542
**Is your feature request related to a problem? Please describe.** Create a page in the documentation to summary all the tags available **Describe the solution you'd like** Create a new...
### Discussed in https://github.com/orgs/jbangdev/discussions/2027 Originally posted by **koppor** May 20, 2025 I try to run `jbang` on Windows using `pipx`. Errors with `FileNotFoundError: [WinError 2] The system cannot find the...
### Discussed in https://github.com/orgs/jbangdev/discussions/2028 Originally posted by **koppor** May 20, 2025 `--help` says that `--fresh` comes after `app`:  If I do it, I just get an error: 
**Describe the bug** My Java file intro has a `//JAVA 21` version tag, when running `jbang edit --sandbox MyFile.java` the resulting gradle project does not specify/configure this version. **To Reproduce**...
Just what the title says, it would be nice if the `export gradle/maven` command would add a README that explains how to build and run the project. An introduction saying...
discovered this using jbang idea that has a bug and create this kind of jbang init: ``` jbang --verbose init --template agent someexistingfile.java/wonka.java ``` This result in printing that someexistingfile.java/wonka.java...
``` jbang --java 25 -i [jbang] Downloading JDK 25. Be patient, this can take several minutes... [jbang] Installing JDK 25... [jbang] [ERROR] Unable to download or install JDK version 25...
**Is your feature request related to a problem? Please describe.** Sometimes, tools release new versions. It should be possible to update installed tools At https://www.jbang.dev/documentation/guide/latest/install.html, only installation is described, not...
PR #1936 will add new subcommands `jbang export gradle|maven`. But there are issues to be improved for the subcommands, including: - [x] They ignore `//PREVIEW` (https://github.com/jbangdev/jbang/issues/1961) - [x] They break...