jgo
jgo copied to clipboard
Launch Java code from the CLI, installation-free. ☕
We can use [cram](https://bitheap.org/cram/). For all tests, run with both versions of jgo. * Execute Parsington 1+3 * Shortcuts * Main class abbreviations with `@` * FQCN main class *...
Currently jgo only looks for `java` on the PATH. Some jars only work with certain versions, so it would be nice to detect available Java versions and choose the right...
I am not sure why these are failing for me. I also tried jruby and javascript ``` $ jgo org.scijava:scijava-common:@ScriptREPL+org.scijava:scripting-groovy org.scijava:scijava-common:@ScriptREPL+org.scijava:scripting-groovy INFO 2022-07-28 20:12:44,398: First time start-up may be slow....
Adds tests for https://github.com/scijava/jgo/issues/75 for approach taken in https://github.com/scijava/jgo/pull/74
In more recent versions of Javafx, the javafx libraries are provided using the module system which was introduced in Java 9. Even when using these dependencies from a project which...
The Maven Wrapper's purpose is to bootstrap Maven so that Maven doesn't need to be installed in advance. If `mvn` is not found on the path, we could fall back...
I thought it would be cool and convenient to specify default value for garbage collection but the opposite is true: It is impossible to use a different GC when calling...
I know jrun is primarily for running java, but it strikes me as being a possibly remarkably simple dependency manager. (groovy, gradle, ant, maven all seem quite complex) This request...
Produces the following error report: ``` # >>>>>>>>>>>>>>>>>>>>>> ERROR REPORT