Please explain the instructions: http://jsslkeylog.sourceforge.net/
First, download jSSLKeyLog and extract it. Where?
Locate the command line used to launch the
Javaprogram (usually hidden in somescriptorbatfile) you want to control, it will look, as a rule. Is this a normal command line?How to do it correctly, without points?
java ... -jar file.jar ...or
Java ... some.class.Name ...Now add an extra parameter immediately after the name of the Java command that
-javaagent: jSSLKeyLog.jar = / путь / к / your_logfile.logso the complete team looks like this:
java -javaagent: jSSLKeyLog.jar = / путь / к / your_logfile.log ... -jar file.jarYou can give an absolute or relative path to
jSSLKeyLog.jarand to your log file.