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

linux - xterm copying to CLIPBOARD using copy-selection causes automatic updating of CLIPBOARD upon mouse selection -

c++ - qgraphicsview horizontal scrolling always has a vertical delta -