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.
**Describe the bug** see https://github.com/quarkusio/quarkus/issues/26166 where user has recent windows where IE is no longer default installed you get errors like: "The response content cannot be parsed because the Internet...
**I would like to be able to use any Java VM and version combinations when using jbang** I would like to be able to specify and install ANY, any Java...
Run: `Jbang -m blah x.java` Then without changing any code run `jbang x.java` It will now use blah as main method when it should not. MAin method should be part...
Fixes #1293
**Is your feature request related to a problem? Please describe.** I would like to use a version range like in maven. Example `[1.0.0, 1.1.0)` **Describe the solution you'd like** Currently...
I tried a simple helloword with dependencies (work correctly at home) on my corporate environment. I tried to set the proxy via environment variables (http.proxy): not work. I tried to...
`jbang --sources=src/**/*.java some.java` should work but looks like sources are not get globbed.
If you use `jbang edit` on Windows and you have IntelliJ's `idea` on your path and you tell JBang that you want to use it then nothing happens. This is...
JBang extracts snippet code by id and run it. How about `jbang --snippet demo App.java ` ? I can add run icon for snippet in IDEA and invoke JBang to...