Hi there, how can I enable a java module when usin...
# getting-started
h
Hi there, how can I enable a java module when using kotlin on the terminal. I've tried
kotlin -J'--module-path java.security.jgss' -classpath kscript.jar kscript.app.KscriptKt
but this just fails with
Unrecognized option: --module-path java.security.jgss
Error: Could not create the Java Virtual Machine.
Error: A fatal exception has occurred. Program will exit.