jbang icon indicating copy to clipboard operation
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.

Results 271 jbang issues
Sort by recently updated
recently updated
newest added

It would be very useful if JBang could use and deal with JREs. See now deprecated PR #1542

ideas

**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...

ideas

### 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`: ![image](https://github.com/user-attachments/assets/a31fe431-212d-4731-b589-100018faf855) If I do it, I just get an error: ![image](https://github.com/user-attachments/assets/58f59a02-1929-4e48-89c3-ba4a0d50c718)

bug

**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**...

bug

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...

ideas

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...

bug

``` 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...

bug

**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...

ideas

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...