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

Parent directories for sources are now added to the compiler's source path so any types referenced in them that are available in the same directories can be found even when...

**Describe the bug** Given a Foo.java script and a companion Bar.java at the same level and no explicit `//SOURCES Bar.java` directive in Foo.java, running `jbang Foo.java` will yield different results...

bug

Right now `alias add` can't set flags like `--offline` and `--fresh`. We should take al ook at which flags make sense to enable for aliases.

ideas

until now i've been hesitant to make jbang pluggable but I think I found a usecase where it could be the best option: extend jbang to do things like `test`,...

jbang edit on new laptop vscode complains about no java. we could alter PATH but better if JAVA_HOME would be sufficient. @fbricon should JAVA_HOME be enough or do you require...

ideas

We can't run ``` jbang -c 'println("hey");' ``` because the quotes around "hey" get stripped out accidentally by the way `jbang.ps1` is implemented. To make it work you can escape...

bug

`jbang https://get.jenkins.io/war-stable/2.361.2/jenkins.war` fails today. should it ? :)

ideas

**Describe the bug** Install ish from AppStore and try install jbang you just get and error. ![image](https://user-images.githubusercontent.com/54129/195262951-17bfd4d6-8862-4dbd-883b-9225a893132d.png) Really would be useful for user to know where to report issue and...

bug

**Describe the bug** Running a script in debug mode with a custom port, as per the [instructions](https://www.jbang.dev/documentation/guide/latest/debugging.html), fails on zsh: ``` jbang --debug=*:4005 hello.java zsh: no matches found: --debug=*:4005 ```...

bug

**Is your feature request related to a problem? Please describe.** I was hitting this gist url, but got a 403 response, so I wasn't able ```shell $ jbang https://gist.github.com/bric3/2338aad81b5bba614020a17a1fd0884f [jbang]...

ideas