H
HS1
Hello
I have an application that uses some jar files in different folders. For
example, it needs
c:\folder1\file1.jar
c:\folder1\file2.jar
c:\folder2\file1.jar
I want to create classpath for those files. Do I have point out the exact
jar files as above in classpath or I can create by doing something like:
c:\folder1
c:\folder2
Thank you
SH1
I have an application that uses some jar files in different folders. For
example, it needs
c:\folder1\file1.jar
c:\folder1\file2.jar
c:\folder2\file1.jar
I want to create classpath for those files. Do I have point out the exact
jar files as above in classpath or I can create by doing something like:
c:\folder1
c:\folder2
Thank you
SH1