Having difficulty with jbang --interactive #1750
Unanswered
robin-a-meade
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I'm having trouble getting
jbang --interactive
to work.Here's my trival script:
MyScript.java
I successfully ran the script:
I then tried
jbang --interactive
:There seems to be two problems.
No classpath is reported by the
/env
command. I expected theMyScript.jar
file that jbang built to be placed on the classpath.the provided
userMain
method should be:not
Beta Was this translation helpful? Give feedback.
All reactions