posted 13 years ago
Hello
Is there a command that allows me to view all the directories in a classpath?
In other words, if I have a class path that is a collection of several jar files, e.g.
-cp hello.jar;help.jar;thankyou.jar;...
is there a way to see the exact directories inside these jars all at once, instead of viewing every single one at a time?
Thank you
HannaH