Hello people,

To java coders out there, I need to put a triple-DES decryption algorithm into a jar file, which also uses a key file. One option is to reference it with an absolute path, however I need to find out if it's possible to put it key key file in the jar, and use a relative path to get it?

Please help,

--