Tako Schotanus

Results 614 comments of Tako Schotanus

Well `--release` was only introduced in JDK 9 so we couldn't use it when supporting JDK 8. And the advantage seems to be that --source and --target only look at...

@wfouche that's definitely also an option, but what we have on our (long range) radar is to create a native version of JBang. Then no JDK would be necessary to...

@wfouche I can tell you that we have _no_ intention to use any other language than Java 🙂

This is actually not JBang giving that message, but it's the JVM itself. But I'm guessing that the message will always appear on any invocation of a the action so...

Actually it's "docs: ", plural :-)

Thanks @k-klemmer !

Took a look at this again and although it's a neat trick, the fact that on Windows you'd need to rename the file to end with ".bat" defeats the "easy...

@maxandersen sure it would be nice, but _what_ information do you imagine? Let's set aside for a moment if we can get the info, just wondering _what_ info you think...

> Something like - jdk archive was downloaded from but did not contain ? But is that useful information for the user? Or will they just think JBang is broken?...

I only created this as a draft PR because even though this (probably) fixes the original issue as defined in #1288 I'm not really happy with this solution. Why? Because...