I have jar file(app.jar) with an application that references a class in another jar file(support.jar). Both jar files are in appfolder. In order to run it from the command line, I run:
If you use the -jar option, java.exe will silently ignore the classpath and only look inside app.jar. One solution is to add support.jar to the manifest Class-Path.