java - Running jar with dependencies from a batch file -
i have generated jar using maven , want execute batch file different directory. jar has few dependencies dscribed in pom file.[but not in jar] wondering there way execute jar without causing classnotfoundexception? if run jar dependencies in runs fine, isn't bit wasteful package external jars in mine?
make batch modify classpath add needed jars it.
apassembler maven plugin may help.
Comments
Post a Comment