I have stored all the jar file into specific folder. How to configure specific folder to Jshell classpath ? [duplicate]
问题 This question already has answers here : In JShell, how to import classpath from a Maven project (3 answers) Closed last year . 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