I am trying to set the external classpath in Java 11 JShell using /env --class-path
command in windows OS. When the folder does not have space, it is working fine as shown below.
But when the folder is having space, it is giving error as shown below.
Could you please help how to resolve this error?
EDIT 1: enclosing the path within a single quote or double quote does not work.