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
trafficstars

Hi, Is there a way to specify the package name of the main script? Does the ` package` command work regardless of the folder structure, or does jbang detect the...

ideas

I have a jbang `script.java` and `TestScript.java`, which includes `//SOURCES script.java`. `build.gradle` however doesn't contain ``` test {useJUnitPlatform()} ``` and this has to be added to each new project or...

ideas

IntelliJ IDEA can setup KotlinJavaRuntime for Kotlin source file, and following dependencies are included by default. Please consider to include `koltin-stdlib`, `kotlin-stdlib-jdk7`, `kotlin-stdlib-jdk8` and `kotlin-reflect` as default dependencies for Kotlin...

ideas

**Is your feature request related to a problem? Please describe.** some thing just don't work that well with jshell style code and would need a main method - like JavaFX...

ideas

**Is your feature request related to a problem? Please describe.** we added markdown literate programming style support in 0.85. Should do similar for .adoc/.asciidoc. Should be quite similar to what...

ideas

In the situation where you're working in a multi-file project, jbang's default handling of IDE workspaces uses a temporary directory to "serve"/regenerate IDE configurations. JBang also copies the source script...

enhancement

**Describe the bug** ``` jbang config list --show-origin /Users/max/.jbang/jbang.properties edit.open = idea /Users/max/code/personal/jbangdev/jbang/jbang.properties edit.open = idea classpath:/jbang.properties init.template = hello run.debug = 4004 run.jfr = filename={baseName}.jfr wrapper.dir = . ```...

bug

This is just to start up the discussion on how to go about creating a jbang library that people could use to create plugins or tools or in any other...

similar to how jbang supports github gists we should support gitlab snippets - like https://gitlab.com/-/snippets/2224724

ideas

**Is your feature request related to a problem? Please describe.** Spotted https://github.com/jstrieb/quickserv today and really like the idea about making super easy to make a web service For learning/prototyping. **Describe...

ideas