Peter Strömberg

Results 545 comments of Peter Strömberg

> Since you are launching java I think you can get away with NOT using the shell option (unlike when you are running the clojure CLI which is a shell...

Thanks @lread . I'll certainly check that out because I have also tried to lay this puzzle and I get dizzy. 😄

The quoting problems seems to have been a red herring. In my Windows dev environment I have removed the quoting out of the picture (latest #1164 VSIX also has this...

I have now tried with Java 12 and the command works then. So the error is then introduced with Java 13, 14 or 15, I guess. Here is some sort...

Removed some confusing comments. It seems that even if `java -version` reports a version, it is not necessarily what is used when actually running the command. Creating a new shell...

And now I think I have confirmed that the error seems to happen only with the Java 15 and 16 (and possibly earlier versions) installed with Oracle's installer. Using `adopt15-hotspot`...

Thanks, @stianalmaas ! How does docker and kubernetes fit into your setup? Can you also paste the output from the Jack-in terminal, when it works?

Latest findings is that 1. Clojure CLI suffers from the same problems 2. It so far only is related to the java executable that the Oracle installer wires up as...

@lread, I doubt that would help. The args are delivered just fine to java and to deps.clj.

Updated the comment above with info about setting `JAVA_CMD`.