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

Java sticky instances of class com.mysql.jdbc.Field aggregating -