loicb

Results 11 issues of loicb

## Problem In [entry-point](https://github.com/atomisthq/jibbit/blob/main/src/jibbit/core.clj#L133), the following is used for the entrypoint: `["java" "-Dclojure.main.report=stderr" "-Dfile.encoding=UTF-8"]` and the `-cp` and `-m` args are concatenated to it. It is common to start an...