From 20ee8d57869c9fe5783035b9d398fb889430b92f Mon Sep 17 00:00:00 2001 From: Kyle Hagerty Date: Mon, 16 Mar 2020 14:13:12 -0500 Subject: [PATCH] fix typo --- Linux/README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Linux/README.md b/Linux/README.md index 8b797cd..479bb7f 100644 --- a/Linux/README.md +++ b/Linux/README.md @@ -12,10 +12,10 @@ https://java.com/en/download/manual.jsp Go to the security directory where you installed javas: ``` -/Library/Internet Plug-Ins/JavaAppletPlugin.plugin/Contents/Home/lib/security/java.security +/lib/java/security/java.security ``` -Comment out the line in ../lib/security/java.security: +Comment out the line in ../security/java.security: ``` # jdk.tls.disabledAlgorithms=SSLv3, RC4, MD5withRSA, DH keySize < 1024, ```