I have stored all the jar file into specific folder and I have added specific folder to Jshell classpath. I am unable to import packages in jshell
after adding classpath.
It is working fine If I have mentioned all the jar file name in classpath. I don't want to mentioned all the Jar file name in classpath because I have to add more than thousand number of jar files into classpath.
How to configure specific folder to Jshell classpath ?