From aac4cf0ff3c70f78201f8b26e29540968ea9a81d Mon Sep 17 00:00:00 2001 From: Kyle Hagerty Date: Wed, 18 Mar 2020 21:11:56 -0500 Subject: [PATCH] update guide --- Windows/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Windows/README.md b/Windows/README.md index b4f4dd5..c269454 100644 --- a/Windows/README.md +++ b/Windows/README.md @@ -10,7 +10,7 @@ https://java.com/en/download/manual.jsp C:\Program Files\Java\jre1.8.0_xyz\lib\security\ ``` -3. Comment out the line in ..\jre1.8.0_xyz\lib\security\java.security +3. Open the file java.security and comment out the line below ``` # jdk.tls.disabledAlgorithms=SSLv3, RC4, MD5withRSA, DH keySize < 1024, ```