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

**Is your feature request related to a problem? Please describe.** JBang offers commands to retrieve a list dependencies; e.g. `jbang info tools `, `jbang --verbose` Using these approaches, the full...

ideas

**Describe the bug** If a template is having Qute #includes in it, at initialization JBang will not be able to resolve the dependency templates. Example template file with includes, of...

bug

**Describe the bug** I am trying to run jbang-catalog over a project. It ran fine for the first time, but failed to find the Main class for the next time....

bug

Hi, On my work laptop, JBang cannot download dependencies when under corporate proxy. Interestingly, JDK is downloaded without a problem. I guess it is because JDK and dependencies are downloaded...

Hi. When we specify `//JAVA` directive for a JBang script and run it with `jbang run`, obviously the version specified in the directive is used. However, when we try to...

bug

Rebased against main to see if we can reproduce what went wrong.

**Is your feature request related to a problem? Please describe.** I am using jbang in a CI. I would like to keep a structured artifact of the run context. **Describe...

ideas

Right now when you do `curl sh.jbang.dev | bash -s -` you're basically performing a regular installation, the only difference being that no changes are being made to your environment...

enhancement

- {filename} and {basename} have different validation rules for their usage - fixes #1318