java - Change default .keystore location -


how make jvm search .keystore file in user specified location instead of deafult location (user's home directory)?

since you're doing ant build should parameterise signjar task setting keystore parameter.

http://ant.apache.org/manual/tasks/signjar.html


Comments

Popular posts from this blog

matlab - How to equate a structure array to structure array -

c# - Operator '==' incompatible with operand types 'Guid' and 'Guid' using DynamicExpression.ParseLambda<T, bool> -