I am developing an application that must connect to an http server using ssl (https). During testing without packaging the application as a jar file everything works fine. As I am using the following code to specify the keystore file:
But when the code gets put into a jar file and tranfered to another machine with a different file system layout... how do I set the system property in a machine independant way?
Please someone help me on this one, as I've been banging my head way too long...